Relative Content

Tag Archive for javaspring-bootlucenehibernate-search-7

Hibernate Search Lucene with file system

I’m new to Hibernate-Search and trying to achieve some basic functionality to work taking reference of this. I’m able to index the data. But can’t make the search work. Each time I make change to fix something I get different exception. I can’t find proper beginner guides/examples anywhere on the internet for common use cases. Please help me to properly apply search functionality without database integration. (I will fetch data from other means and then have some list of MetadataSearch objects and I want to pass this data to hibernate search to do bulk index).