Skip to content
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

Add search-exists API to check if any matching documents exist for a given query #7026

Merged
merged 1 commit into from Jul 31, 2014

Commits on Jul 31, 2014

  1. Search Exists API: Checks if any matching documents exist for a given…

    … query
    
    Implements a new Exists API allowing users to do fast exists check on any matched documents for a given query.
    This API should be faster then using the Count API as it will:
     - early terminate the search execution once any document is found to exist
     - return the response as soon as the first shard reports matched documents
    
    closes elastic#6995
    areek committed Jul 31, 2014
    Copy the full SHA
    1d581e6 View commit details
    Browse the repository at this point in the history