hibernate-search
Solr vs Hibernate Search - Which to choose and When?
We are building an ecommerce application. We are using JAVA stack with Hibernate and Spring Framework. As with all ecommerce application, we need to build search capability into ours.[详细]
2023-03-07 00:44 分类:问答Hibernate Search 3.3- Ignore IntraWord whitespace
I am using hibernate search 3.3 in my application. My Search Form has text fields, dropdown, listbox and so on. I have to perform search on words, numbers and dates. Basically a multifield Search.[详细]
2023-03-03 16:53 分类:问答Hibernate Search, filter out object with the highest value
Hi i have a EntityObject like this public class Adm{ private String id; private String version; private String name;[详细]
2023-03-02 18:59 分类:问答NoSuchMethodException thrown by AnnotationValidationInterceptor when executing an action
Details of jars used: Struts2 2.2.1 Spring 3.0.5.RELEASE Hibernate 3.6.0.FINAL I am experiencing a strange issue when trying to execute an action mapped as follows:[详细]
2023-03-01 08:06 分类:问答Which one is better for efficient free text search, Hibernate Search or Lucene?
We are developing a web application using Spring MVC, Spring and Hibernate. We need to add efficient free text search capabilities to our applications. For this we are thinking of using either Hiber[详细]
2023-03-01 05:06 分类:问答Hibernate search : How to index B childs of a A parent class ? How to get only B objects that contains one specific object A using lucene?
I have a problem with lucene indexation, I insert one indexed entity in a manyToMany association but lucene doesn\'t index as I expected.[详细]
2023-02-28 16:51 分类:问答How to annotate to allow for searching a List<String> field using Hibernate Search
Let\'s say I have a domain object that looks like this: @Entity @Indexed public class Thingie implements DomainObject {[详细]
2023-02-23 01:35 分类:问答hibernate search multiple fields based on language
I\'m interested in changing db full text search to lucene. I\'m using hibernate so I guess it would be smart to use hibernate search. I have a problem though.[详细]
2023-02-21 19:00 分类:问答How to remove old Hibernate Search index
I use Hibernate search for full text search in my web application. I have button for index creation in admin panel. I开发者_运维技巧 do it by this code:[详细]
2023-02-20 01:50 分类:问答Problem with @Indexed annotations in hibernate search
I\'m actually trying to deploy HibernateSearch in a J2EE application. I have imported some dependencies I\'ve seen on tuto\'s :[详细]
2023-02-18 18:49 分类:问答