Creates an LuceneEntityExtractionProvider that uses a PorterStemAnalyzer for
indexing an querying over an RAMDirectory that is populated using the eagle-i ontology
Rewrites the specified Query to a form where all contained Terms have the "fuzzy" modifier (Levenstein edit distance)
Only rewrites queries that are:
BooleanQueries
if any clause is more complex than a term or phrase, it is skipped
if any clause has the NOT modifier, skip
TermQueries
Sets the flag that controls whether the original query is rewritten to a "fuzzy" form (levenstein edit distance)
if the original execution fails to retrieve results.