hibernate-search
Can Hibernate Search limit results by user accessibility?
I am using Hibernate. I am looking for a free text engine. Before I investigate into it I need your experience.[详细]
2023-01-02 05:47 分类:问答Lucene: find all words that start with specific prefix
I want to get a list of all words in a Lucene index that start with a specific prefix. I\'ve been looking for a way to query the terms in the index (I need the 开发者_运维知识库terms, I don\'t care ab[详细]
2022-12-31 03:23 分类:问答Custom Lucene Sharding with Hibernate Search [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-30 08:09 分类:问答How can I do this simple search?
I have a w开发者_开发知识库eb app build with Hibernate. In one page, I have one submit button with 5 inputs[详细]
2022-12-27 16:04 分类:问答Hibernate-Search: How to search dates?
@Entity @Table(name = \"USERS\") public class User { @Id @GeneratedValue(strategy = GenerationType.AUTO)[详细]
2022-12-27 08:01 分类:问答Hibernate-Search hanging with many (90) entity classes.
I am using hibernate search for my application. It is well configured and running perfectly till some time back, when it stopped working suddenly.[详细]
2022-12-24 21:31 分类:问答Hibernate Search Paging + FullTextSearch + Criteria
I am trying to do a search with some criteria FullTextQuery fullTextQuery = fullTextSession.createFullTextQuery(finalQuery, KnowledgeBaseSolution.class).setCriteriaQuery(criteria);[详细]
2022-12-20 15:02 分类:问答Search result was due to field in Hibernate Search
I have a Hibernate search that s开发者_开发技巧earches from many a field of an object. Is it possible to know which of the fields matched the results for each result object?Not out of the box. Some in[详细]
2022-12-13 19:58 分类:问答Hibernate Search question
I am using Hibernate Search and applied Lucene indexing on one table for a domain object. I want now to make selection from this table for domain objects and apply filtering based on joining with othe[详细]
2022-12-12 21:33 分类:问答