-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcard field optimised for wildcard queries #49993
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for baf369f - Browse repository at this point
Copy the full SHA baf369fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d15571b - Browse repository at this point
Copy the full SHA d15571bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e55bc - Browse repository at this point
Copy the full SHA 42e55bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7714a0 - Browse repository at this point
Copy the full SHA c7714a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c8a57 - Browse repository at this point
Copy the full SHA 67c8a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac8408 - Browse repository at this point
Copy the full SHA dac8408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7f0a4 - Browse repository at this point
Copy the full SHA 8f7f0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dddd1ae - Browse repository at this point
Copy the full SHA dddd1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb80a4 - Browse repository at this point
Copy the full SHA 3cb80a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4af4c7 - Browse repository at this point
Copy the full SHA a4af4c7View commit details -
Bugfix - BinaryDVIndexFieldData.sortField had the wrong implementation.
Added sort test to compare keyword field results with wildcard field - behaviour should be equivalent.
Configuration menu - View commit details
-
Copy full SHA for f9893cd - Browse repository at this point
Copy the full SHA f9893cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce47c6c - Browse repository at this point
Copy the full SHA ce47c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0714c13 - Browse repository at this point
Copy the full SHA 0714c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for b80c231 - Browse repository at this point
Copy the full SHA b80c231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377f81f - Browse repository at this point
Copy the full SHA 377f81fView commit details -
Renamed WildcardOnBinaryDVQuery to AutomatonQueryOnBinaryDV.
Changed TaperedNGramTokenFilter to TaperedNGramTokenizer.
Configuration menu - View commit details
-
Copy full SHA for 095d0f3 - Browse repository at this point
Copy the full SHA 095d0f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41f208 - Browse repository at this point
Copy the full SHA c41f208View commit details -
Addressed latest review comments apart from support for arrays. That’…
…ll come in another commit
Configuration menu - View commit details
-
Copy full SHA for 39f248f - Browse repository at this point
Copy the full SHA 39f248fView commit details -
Configuration menu - View commit details
-
Copy full SHA for beabe03 - Browse repository at this point
Copy the full SHA beabe03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6bd8b0 - Browse repository at this point
Copy the full SHA e6bd8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488e64a - Browse repository at this point
Copy the full SHA 488e64aView commit details -
Add support for prefix query. Set tokenised =false on elasticsearch-f…
…acing field type. Add Lucene-facing field type for ngram index
Configuration menu - View commit details
-
Copy full SHA for ecb021d - Browse repository at this point
Copy the full SHA ecb021dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa527dd - Browse repository at this point
Copy the full SHA fa527ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c7929 - Browse repository at this point
Copy the full SHA 40c7929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ccdc3b - Browse repository at this point
Copy the full SHA 6ccdc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0b2b8 - Browse repository at this point
Copy the full SHA 9e0b2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6255347 - Browse repository at this point
Copy the full SHA 6255347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93dbdd0 - Browse repository at this point
Copy the full SHA 93dbdd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad132af - Browse repository at this point
Copy the full SHA ad132afView commit details
Commits on Mar 11, 2020
-
Removed TaperedNgramTokenizer and numChars. Changed encoding of terms…
… to include double end char. Removed redundant BinaryBuilder. Thread safety fixes
Configuration menu - View commit details
-
Copy full SHA for f7656fa - Browse repository at this point
Copy the full SHA f7656faView commit details
Commits on Mar 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8435ec6 - Browse repository at this point
Copy the full SHA 8435ec6View commit details
Commits on Mar 13, 2020
-
Switched to reusing same Analyzer for all tokenisation. Added checks …
…in Builder for invalid options,
Configuration menu - View commit details
-
Copy full SHA for 9641b72 - Browse repository at this point
Copy the full SHA 9641b72View commit details