Congratulation for the excellent and useful software! The only thin that I'm missing in the software is the possibility to use positional operators (W and N). I think it's because the parse is done by the Default Lucene QueryParser of the package org.apache.lucene.queryparser.classic.QueryParser. The only way that I can ask for the search engine to find words in a specific order is using "". But, by using double quotes I can't use wild cards or regular expressions :( Would be so cool to be able do...