Package org.elasticsearch.search
package org.elasticsearch.search
-
InterfaceDescriptionA formatter for values as returned by the fielddata/doc-values APIs.Manages loading information about nested documents for a single index segment
-
ClassDescriptionSingleton, stateless formatter, for representing bytes as base64 stringsStateless, Singleton formatter for boolean values.Singleton, stateless formatter for geo hash valuesStateless, singleton formatter for IP address dataSingleton, stateless formatter for "Raw" values, generally taken to mean keywords and other strings.DocValues format for unsigned 64 bit long values, that are stored as shifted signed 64 bit long values.Manages loading information about nested documentsSince
SearchContext
no longer hold the states of search, the top K results (i.e., documents that will be rescored by query rescorers) need to be serialized/ deserialized between search phases.A scroll enables scrolling of search request.Intermediate serializable representation of a search ext section.A single search hit.Encapsulates the nested identity of a hit.Sets up things that can be done at search time like queries, aggregations, and suggesters.This class is a base class for all search related results.The target that the search request was executed on. -
Enum ClassDescriptionDefines what values to pick in the case a document contains multiple values for a particular field.