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
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?
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
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
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
The result list is perfect but the getResultSize() is incorrect. I\'ve knocked up some code to illustrate.
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....
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
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
We are running a search app for book. It is implemented by hibernate search. Book entity is defined as following开发者_开发百科: