hibernate-search
Hibernate Search Help [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help开发者[详细]
2023-02-07 09:42 分类:问答Using Hibernate Search to Rate Result
Is it possible for开发者_开发知识库 hibernate search to sort result according to best match after it has search result from the databaseLucene has a sort functionality (which defaults to relevance).[详细]
2023-02-07 06:17 分类:问答Hibernate Search 3.3.0 Final: Massindexer taking a long time to index
Hi I have the following class. User view ismaterialized view in oracle. public class UserView { @DocumentId[详细]
2023-02-07 04:47 分类:问答Using Hibernate Search over 2 subclasess with a shared property
I have the following data model: @Entity @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) public abstract class AbstractRecord[详细]
2023-02-06 11:19 分类:问答Hibernate Search: Not tokenized query
I\'m using Hibernate Search. The problem is that, when I perform a search th开发者_开发百科is string:[详细]
2023-02-04 09:44 分类:问答(HibernateSearch) MultiFieldQueryParser different analyzer per field
Some of my indexed fields use a Greek analyzer and I want to use an English analyzer for some other fields. My problem is: When searching for results (with a MultiFieldQueryParser currently开发者_Go百[详细]
2023-02-03 13:11 分类:问答Hibernate Search Configuration Help
I am trying to configure hibernate search for my application by reading several web tutorials, the majority uses annotation but I uses xml mapping, also, many tutorial are saying to use spring and mav[详细]
2023-02-02 20:28 分类:问答get the annotation information at runtime
I wonder if there is any way I can get the annotation information of a class at runtime? Since I want to get the properties that sepcifily annotated.[详细]
2023-01-30 15:42 分类:问答Hibernate Search..Access a Sealed WorkQueue which has not been sealed
I am trying to use Hibernate Search for a new project.We have Hibernate and Spring without JPA.I m getting the following exception when Hibernate Search tries to update the index file thru the event l[详细]
2023-01-29 02:16 分类:问答Using Hibernate-Search for Complex Queries instead of Criteria API
In an app using Wicket+Spring+JPA/Hibernate stack, I have an Inbox/Search page which should have quite complex search capabilities, where records saved in a database are filtered using a myriad of fil[详细]
2023-01-26 06:22 分类:问答