1. Lucene and access control (visibility of comments) stackoverflow.comImagine this simple scenario for full text search: Articles with Comments. I want to search articles also by text in comments. That alone is fairly simple to implement. Not all comments ... |
2. Multiple-index searching in Lucene (hibernate search) stackoverflow.comOfficial Lucene Feautures site states that lucene supports "multiple-index searching with merged results". Is it possible to do this with hibernate search somehow? My usecase: Aricle with Comments. I want to have two ... |
3. Hibernate Search question stackoverflow.comI 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 ... |
4. Hibernet Search ShingleAnalyzerWrapper working example stackoverflow.comI am using hibernate-search-3.2.1.Final and would like to parse my input into shingles. From what i can see in the documentation, ShingleAnalyzerWrapper seem to be exactly what I needed. ... |
5. Hibernate Search, Lucene or any other alternative? stackoverflow.comI have a query which is doing ILIKE on some 11 string or text fields of table which is not big (500 000), but for ILIKE obviously too big, search query ... |
6. Hibernate and full text search forum.hibernate.org |
7. Can hibernate do full-text search? forum.hibernate.org |