1
0
Fork 0
arangodb/3rdParty/iresearch/core/analysis
Dronplane 2f6fb109f6 Bug fix/issue #9652 (#9697)
* Fixed analyzer properties equality check.

* Added re-normalization of stored analyzer properties

* Fixed analyzer name rules in rest and v8 handlers

* Fixed linux build

* Added tests for implicit system db name. Code cleanup.

* Analyzers access logic moved to separate function
2019-08-15 17:42:44 +03:00
..
analyzer.cpp ArangoSearch index encryption (#8214) 2019-03-01 15:56:40 +03:00
analyzer.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
analyzers.cpp bug-fix/internal-issue-#591 (#9639) 2019-08-09 18:12:35 +03:00
analyzers.hpp bug-fix/internal-issue-#591 (#9639) 2019-08-09 18:12:35 +03:00
delimited_token_stream.cpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
delimited_token_stream.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
ngram_token_stream.cpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
ngram_token_stream.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
text_token_normalizing_stream.cpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
text_token_normalizing_stream.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
text_token_stemming_stream.cpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
text_token_stemming_stream.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
text_token_stream.cpp Bug fix/issue #9652 (#9697) 2019-08-15 17:42:44 +03:00
text_token_stream.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
token_attributes.cpp Bug fix/internal issue #589 (#9244) 2019-06-11 17:42:30 +03:00
token_attributes.hpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
token_masking_stream.cpp bug-fix/internal-issue-#565.1 (#9257) 2019-06-28 10:49:01 +02:00
token_masking_stream.hpp ArangoSearch index encryption (#8214) 2019-03-01 15:56:40 +03:00
token_stream.hpp ArangoSearch index encryption (#8214) 2019-03-01 15:56:40 +03:00
token_streams.cpp fix ASAN issues in arangosearch (#7026) 2018-10-23 22:30:30 +03:00
token_streams.hpp