I have a Double
field price
in my entity class with annotation @Field
. Now I need a query which will be used to retrieve product based on the price range provided by the user.
I am new to this QueryBuilder
things in hibernate search and I couldn't find out the exact answer I am looking for. I am using hibernate search with Lucene Index. This question may be a duplicate one but actually I don't know where to begin and how. I appreciate any sort of help about this!