add log4j configuration file
Merge branch 'lucene6-support' into dev2
Merge branch 'chinese-tokenizer' into dev2
add customized dictionary.
Merge branch 'chinese-tokenizer' into dev2
I'm not sure what you mean by "portion of the string", by default all matched string will be highlighted in the preview window. I don't use amber... so I cannot totally understand the behavior you describe. I'm in touch with Nam-Quang Tran and we are both willing to bring this feature to public, but that might cost some time for code review, testing and documente. If you are willing to have a taste of unstable version, you can find a pre-release here. For the performance issue, at least on my computer,...
Pardon me posting here. I'm not sure what's the most proper way to make a pull request between github and sourceforge. My commits can be found here. All work is between master branch(till the last commit by Nam-Quang Tran in 2017/08/24) and dev branch. The dev branch contain more features: Lucene6 Support Chinese Analyzer(which will not undermine English analysis) Type-ahead search Python3 access(disabled by default) @Nam-Quang Tran, Could you please share your views on these commits?
@John Fraser Actually you can use regex itself to implement NOT logic. For example, if you want filter all file except test_file1.txt, you can simply write ^(?!test_file1\.txt$).*$.