python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hibernate search with lucene does not index similar names correctly
I'm learning Hibernate Search 6.1.3.Final with Lucene 8.11.1 as backend and Spring Boot 2.6.6. I'm trying to create a search for product names, barcodes and manufacturers. Currently, I'm doing an inte...

Nico
Votes: 0
Answers: 1
How can I reuse a field in several bridges in Hibernate Search 6?
In Hibernate Search 5 I had several custom bridges that populated the same field. That was handy so that I can perform a query on just one field. Now if I try to do it I receive this error:
HSEARCH600...
lechonex
Votes: 0
Answers: 1
Converting nested Hibernate Search 5 predicates to Hibernate Search 6
In the process of converting an application from Hibernate Search 5 to 6. I've read thru much of the documentation, especially https://docs.jboss.org/hibernate/search/6.0/migration/html_single/#queri...

Rick Gagne
Votes: 0
Answers: 1
HSEARCH700061: Unable to index-embed type 'java.lang.String':
Can someone please help us why we are getting below exceptions in hibernate-search 6?
failures:
- HSEARCH700061: Unable to index-embed type 'java.lang.String': no index mapping (@Generi...
Prashant Kamble
Votes: 0
Answers: 0