hibernate-search
How to index attributes from associations?
When I\'m indexing objects in my application (using hibernate search and lucene) I would like to store in the index some of the attributes of the object\'s associations. I need to store them in开发者_[详细]
2023-01-25 09:56 分类:问答Document boosting in Hibernate Search / Lucene
Everything else remaining the same, some o开发者_开发知识库f my objects are more valuable than others.[详细]
2023-01-23 23:23 分类:问答FuzzyQuery and BooleanQuery
I work with Hibernate Search 3.1.1.GA. I am trying my luck at fuzzy queries. This query works (it retrieves records containing Shakespeare):[详细]
2023-01-23 19:26 分类:问答AnnotationSessionFactoryBean requires lucene classes
I am trying to add transaction support to an existing webapp via spring transactions. I recently changed my session factory class from LocalSessionFactoryBean to AnnotationSessionFactoryBean.[详细]
2023-01-21 07:36 分类:问答Lucene wildcard matching fails on chemical notations(?)
Using Hibernate Search Annotations (mostly just @Field(index = Index.TOKENIZED)) I\'ve indexed a number of fields related to a persisted class of mine called Compound. I\'ve setup text search over all[详细]
2023-01-17 20:24 分类:问答whats wrong with this simple HQL syntax?
Hi i am trying to execute this simple HQL query to get a list of files from my database using: private static final String SQL_GET_FILE_LIST = \"select filename, size, id, type from fileobject\";[详细]
2023-01-15 21:59 分类:问答How to do SQL IN like query in hibernate search
A simulating scenario is: Search for books whose content contains \"success\" AND author is in a list of passed names(could be thousands of).[详细]
2023-01-13 16:35 分类:问答How to not transform special characters to html entities with owasp antisamy
I use Owasp Anti samy with Ebay policy file to prevent XSS attacks on my website. I also use Hibernate search to index my objects.[详细]
2023-01-07 11:48 分类:问答Memory leak with paged JPA queries under JBoss AS 5.1
I\'m trying to integrate Hibernate Search into one of the projects I\'m currently working on. The first step in such an endeavour is fairly simply - index all the existing entities with Hibernate Sear[详细]
2023-01-07 01:36 分类:问答Hibernate Search synchronous execution in main thread
It seems that Hibernate Search synchronous execution uses other threads than the calling thread for parallel execution.[详细]
2023-01-03 07:27 分类:问答