sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
886 stars 211 forks source link

Option to switch to ComplexPhraseQueryParser from UI #2072

Open lfcnassif opened 5 months ago

lfcnassif commented 5 months ago

Lucene's StandardQueryParser doesn't allow to use wildcards into phrase queries (queries with double quotes). ComplexPhraseQueryParser would allow users to search for queries like "(john jon jonathan~) peters*". An old idea is to offer an option in UI to switch between both query parsers on demand.