1

How do i achieve "Exact Phrase" functionality on this field using BooleanQuery/any other class? For example if a user types in "top selling book" then it should return books which has this phrase in its description.

Thanks again!

user40907
  • 1,532
  • 5
  • 24
  • 33

1 Answers1

3

Having the query within double quotes should work.

olle
  • 4,597
  • 24
  • 28