-
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
New terms_enum API for discovering terms in the index. #66452
Commits on May 6, 2021
-
A TermsEnum API for discovering terms in the index.
Terms matching a given prefix can be returned in alphabetical or by popularity, A timeout can limit the amount of time spent looking for matches. Expected to be useful in auto-complete or regex debugging use cases.
Configuration menu - View commit details
-
Copy full SHA for 9ffbb03 - Browse repository at this point
Copy the full SHA 9ffbb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95cf81 - Browse repository at this point
Copy the full SHA b95cf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab826b4 - Browse repository at this point
Copy the full SHA ab826b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5e654 - Browse repository at this point
Copy the full SHA 7a5e654View commit details -
Remove HLRC code for now - requires less-than-ideal package names whi…
…le we’re unable to move main server implementation out of xpack (due to security dependency). Don’t want clients to build dependencies on the wrong package names and the Java client changes are underway anyway.
Configuration menu - View commit details
-
Copy full SHA for 93dfe30 - Browse repository at this point
Copy the full SHA 93dfe30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bbf41 - Browse repository at this point
Copy the full SHA 58bbf41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb781d - Browse repository at this point
Copy the full SHA 7fb781dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9da39 - Browse repository at this point
Copy the full SHA 4e9da39View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac1bb3 - Browse repository at this point
Copy the full SHA cac1bb3View commit details -
Removed hot/warm tier tests (in anticipation of new queryable _tier f…
…ield) Move canMatch logic to run on network thread Injected searchService so we can use its canMatch method
Configuration menu - View commit details
-
Copy full SHA for 810d638 - Browse repository at this point
Copy the full SHA 810d638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156302f - Browse repository at this point
Copy the full SHA 156302fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62af758 - Browse repository at this point
Copy the full SHA 62af758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f79de - Browse repository at this point
Copy the full SHA 03f79deView commit details -
Return early on network thread if can’t match any shards.
Remove FLS logic now we use the right searcher.
Configuration menu - View commit details
-
Copy full SHA for 53e12cd - Browse repository at this point
Copy the full SHA 53e12cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b36f477 - Browse repository at this point
Copy the full SHA b36f477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1b6d9 - Browse repository at this point
Copy the full SHA 3b1b6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5250cc7 - Browse repository at this point
Copy the full SHA 5250cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3288641 - Browse repository at this point
Copy the full SHA 3288641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c00968 - Browse repository at this point
Copy the full SHA 2c00968View commit details -
Move location of YAML test - was causing errors when seated alongside…
… core/src/yamlRestTest
Configuration menu - View commit details
-
Copy full SHA for 6a68b70 - Browse repository at this point
Copy the full SHA 6a68b70View commit details -
Security enhancement - allow access where DLS rewrites to match_all. …
…Added security tests
Configuration menu - View commit details
-
Copy full SHA for 1fe0a11 - Browse repository at this point
Copy the full SHA 1fe0a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f59860 - Browse repository at this point
Copy the full SHA 2f59860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c38b78 - Browse repository at this point
Copy the full SHA 4c38b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40a0db - Browse repository at this point
Copy the full SHA c40a0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b9f41c - Browse repository at this point
Copy the full SHA 6b9f41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 814e45e - Browse repository at this point
Copy the full SHA 814e45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9897518 - Browse repository at this point
Copy the full SHA 9897518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb91df - Browse repository at this point
Copy the full SHA 2cb91dfView commit details -
In flattened fields make only the value (not the field name) subject …
…to case insensitive search
Configuration menu - View commit details
-
Copy full SHA for 6d55f99 - Browse repository at this point
Copy the full SHA 6d55f99View commit details -
Moved initialisation of data node timing of request from NodeTermsEnu…
…mRequest constructor to TransportTermsEnumAction#asyncNodeOperation
Configuration menu - View commit details
-
Copy full SHA for cf70053 - Browse repository at this point
Copy the full SHA cf70053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22312cf - Browse repository at this point
Copy the full SHA 22312cfView commit details