hibernate-search
Lucene Analyzer for Indexing and Searching
I have a field that I am indexing with Lucene like so: @Field(name=\"hungerState\", index=Index.TOKENIZED, store=Store.YES)[详细]
2023-04-12 08:57 分类:问答Hibernate Search in a Clustered Configuration?
I have a Java web app that I\'m developing, using JBoss Seam as the application framework.I\'d like to take advantage of Hibernate Search to provide entity searching capabilities.The integration has g[详细]
2023-04-12 01:47 分类:问答Hibernate Search Filter not working with Tokenized field
I am using Hibernate search 3.3 to search a Lucene index. I have a filter I need to use on a certain field, but also make it TOKENIZED for full text search. What I have found is that when I have the f[详细]
2023-04-08 16:43 分类:问答Best way to implement a keyword search from a MySQL CLOB or VARCHAR column
I have to implement 开发者_StackOverflowa keyword search from a CLOB column in my MySQL / JPA project.[详细]
2023-04-08 08:20 分类:问答How to omit some objects from the index with Hibernate Search?
We want to enable fulltext search on a Hibernate database for only some objectes of a specific entity. Is there a way to prevent hibernate search from indexing some instances of this entity? We do not[详细]
2023-04-08 06:05 分类:问答Hibernate HQL query does not update the Lucene Index
I am using Hibernate 3.6.3 Final and Hibernate Search 3.4.1. I wrote an HQL delete query. The objects are deleted from the database but they are not removed from the Lucene Index after the transaction[详细]
2023-04-06 07:20 分类:问答Index Multiple Entities using Hibernate Search
Is it possible to Index multiple entities within same index using Hibernate Search ? I have 3 entities User, Category and Campaign. These entities are not related to each other.[详细]
2023-04-06 01:31 分类:问答Generate @Indexed annotation using Jaxb or HyperJaxb
I want to implement lucene based hibernate search in my assignment. For generating domain objects I am using HyperJaxb3.[详细]
2023-04-03 05:16 分类:问答Hibernate filter not working while indexing through hibernate search
I am trying to index an embedded collection (Set) having one-to-many associati开发者_运维知识库on using @IndexedEmbedded.The problem is that we are only soft deleting the records in our application an[详细]
2023-03-30 22:19 分类:问答Spring Autowiring + Hibernate Search
I am trying to inject a hibernate session to use with hibernate search and am having trouble figuring out how to setup the spring beans for hibernate search. I am aware that spring does not support hi[详细]
2023-03-29 02:25 分类:问答