How to disable default scoring/boosting in Hibernate Search/Lucene?
问题 I want to serve my users the most relevant and best results. For example, I'm rewarding records that have a big title, description, attached photos, etc. For context: the records are bicycle routes, having routepoints (coordinates) and metadata like photos, reviews, etc. Now, I have indexed these records using Hibernate and then I search within the index using Lucene in Hibernate Search . To score my results, I build queries based on the document properties and boost them (using boostedTo() )