FoundatioFx / Foundatio.Parsers

A lucene style query parser that is extensible and allows modifying the query.
https://www.nuget.org/packages/Foundatio.Parsers.LuceneQueries/
Apache License 2.0
66 stars 19 forks source link

Lucene negation symbol "!" unrecognized as special symbol #72

Closed BrianFreemanAtlanta closed 2 years ago

BrianFreemanAtlanta commented 2 years ago

Per the docs for Lucene 2.9.4. The query expression "jakarta apache" !"Apache Lucene" should be equivalent to "jakarta apache" NOT "Apache Lucene" but instead "!" is identified as a "term" instead of the negation of "Apache Lucene".

ejsmith commented 2 years ago

Thanks for reporting @BrianFreemanAtlanta!