Package org.elasticsearch.xpack.core.action.util


package org.elasticsearch.xpack.core.action.util
  • Classes
    Class
    Description
    Class for tracking the set of Ids returned from some function a satisfy the required Ids as defined by an expression that may contain wildcards.
    A simple matcher with one purpose to test whether an id matches a expression that may contain wildcards.
    Helper class collecting options for pagination in a search
    QueryPage<T extends org.elasticsearch.xcontent.ToXContent & Writeable>
    Generic wrapper class for a page of query results and the total number of query results.
    QueryPage.count() is the total number of results but that value may not be equal to the actual length of the QueryPage.results() list if from & take or some cursor was used in the database query.