THIS CONTAINS BREAKING CHANGES DUE TO SECOMLIB SO BE CAREFUL!!!
A number of changes here:
First I've updated the property files to yaml format.
The latest SECOMLib changes are ported with some naming conventions and data structure differences. This might break some client so be careful. For example the search now returns an object with a list, not a result list itself.
Finally, a small hack was made to support NOT operations. Currently Lucene indexing does NOT support unary NOT operations so we first have to search for everything and then exclude the NOT query.
THIS CONTAINS BREAKING CHANGES DUE TO SECOMLIB SO BE CAREFUL!!!
A number of changes here: