lucene 5.3.0
Some improvements from review
lucene 4.10 + cleanup + coverity in travis
Small tweak to only use new defs search rules if ONLY the defs field is populated, as per tarzanek's concerns
field type adjustments, ui fixes
Added a new field “fileType” to the Lucene index. The field should contain the file type. By default the normalized name of the analyzer is used. For example: “CAnalyzer” becomes “c” and “SQLAnalyzer” becomes “sql”.
auto format code
lucene 4.2.1 , document new query parser, allow path regexp if just one and enclosed in /
fixes for FilePath searches being broken (in QueryBuilder), cleanups, path tokenizer fixes and tests fixes issue #9
lucene 4.0 , JDK 1.7 , fix NPE in webapp when no config found
Fix up some checkstyle warnings
It's named static final, not final static
Fix trailing whitespace
Code cleanup, reformatting and some refactoring
Bug #15637: query constructed only for AND operators