hibernate-search
Is HIbernate Search worth for database Search?
My application is basically a people directory -lookup(about 1500 people) with all the information contained in database? I started to build this using SPRING-Hibernate and I arrived at the point to i[详细]
2023-03-26 13:15 分类:问答How to use multiple index directory in hibernate-search?
I use hibernate-search. I want that each user can see only theirself index and use it for searching and can\'t use index of ot开发者_如何学运维her users. How can I do this?[详细]
2023-03-25 19:54 分类:问答Fuzzy Indexes in Hibernate Search
I understand fuzzy searches all and well, but in my application they are very slow with lots of terms (~500ms).I ran across a solution to slow fuzzy searches where it was suggested that instead of doi[详细]
2023-03-25 12:11 分类:问答Faceted Search Implementation using Hibernate Search + Spring MVC
I am looking for suggestions and working sample for implementing Faceted 开发者_开发问答Search using Spring MVC and Hibernate Search.What exactly are you looking for? The Hibernate Search documentatio[详细]
2023-03-25 10:51 分类:问答Memory leak during in hibernate search
Greeting, We are facing memory leak issue recently on one of our apps. Development environment : Lucene2.4.0, hibernate search3.2.0, hibernate 3.5.0, spring2.5 and ehcache 1.4.1[详细]
2023-03-21 09:10 分类:问答Hibernate search with Criteria restriction returning incorrect count
The result list is perfect but the getResultSize() is incorrect. I\'ve knocked up some code to illustrate.[详细]
2023-03-18 15:18 分类:问答Hibernate Search with JPA
I want to use hibernate search +JPA in ejb3 project, i\'m using jboss 5 AS and I have deployment error, i don\'t know why....[详细]
2023-03-15 08:07 分类:问答Hibernate Search working on one environment but not the others
this is my first hibernate search attempt so i\'m new to this. I had an entity that i made it indexed so i can search the name field. it is working on my machine by at my teammates whenever they searc[详细]
2023-03-15 03:23 分类:问答Hibernate Search Filter not having expected results with Enum
I\'m using hibernate search 3.4, and I\'m running in to a small problem. I have a filter I\'m attempting to use (CourseStatusFilterFactory), but every time I enable it, no results are returned. I have[详细]
2023-03-13 12:25 分类:问答what analzyer is good for my situation? hibernate search case
We are running a search app for book. It is implemented by hibernate search. Book entity is defined as following开发者_开发百科:[详细]
2023-03-10 06:45 分类:问答