The PhraseQuery still matches partial strings. For example:
Query: "a test"
String 1: "this is a test"
String 2: "a test"
I want my Query only matches String 1, not String 2. Is there a way to do this in Lucene?
The PhraseQuery still matches partial strings. For example:
Query: "a test"
String 1: "this is a test"
String 2: "a test"
I want my Query only matches String 1, not String 2. Is there a way to do this in Lucene?