-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* merge squash pattern-acceleration-refactor * run jooq generate with new settings and spotless * rename BloomFilterTempTable tokenSet to searchTermTokenSet * make ConditionWalker and ValidElement classes final * rename method isIndexStatement to isBloomSearchCondition * add indexstatement with bad connection tests for ElementConditionTest and IndexStatementConditionTest and tests for isBloomSearchCondition method * apply spotless * add javadoc to tests that use Condition.toString for equality testing * refactoring iteration: multiple new classes and interfaces to simplify and ensure single responsibility for objects * apply spotless * renaming of names and methods * refactor ElementCondition to directly use IndexStatementCondition class to get pattern match tables * Renaming and some comments * Remove decorators and use class methods, fix testing, clean equality test assertions * apply spotless * create testing patterns to Strings first add comments for clarity * disable search term tokenization * clean up code and separate condition interfaces, use decorators for category table building and remove interfaces from tests * enable tokenization of search term, filter category table filter tokens using pattern from each filter_type_id * TokenizedValue finds minor tokens, add tests that correct tokens are inserted to category table, some code cleanup
- Loading branch information
Showing
48 changed files
with
3,920 additions
and
1,601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.