Uses of Class
org.elasticsearch.search.internal.SearchContext

Packages that use SearchContext
org.elasticsearch.index.search.child   
org.elasticsearch.index.search.slowlog   
org.elasticsearch.index.search.stats   
org.elasticsearch.search   
org.elasticsearch.search.dfs   
org.elasticsearch.search.facet   
org.elasticsearch.search.facet.datehistogram   
org.elasticsearch.search.facet.filter   
org.elasticsearch.search.facet.geodistance   
org.elasticsearch.search.facet.histogram   
org.elasticsearch.search.facet.histogram.bounded   
org.elasticsearch.search.facet.histogram.unbounded   
org.elasticsearch.search.facet.query   
org.elasticsearch.search.facet.range   
org.elasticsearch.search.facet.statistical   
org.elasticsearch.search.facet.terms   
org.elasticsearch.search.facet.terms.bytes   
org.elasticsearch.search.facet.terms.doubles   
org.elasticsearch.search.facet.terms.floats   
org.elasticsearch.search.facet.terms.ints   
org.elasticsearch.search.facet.terms.ip   
org.elasticsearch.search.facet.terms.longs   
org.elasticsearch.search.facet.terms.shorts   
org.elasticsearch.search.facet.terms.strings   
org.elasticsearch.search.facet.termsstats   
org.elasticsearch.search.facet.termsstats.doubles   
org.elasticsearch.search.facet.termsstats.longs   
org.elasticsearch.search.facet.termsstats.strings   
org.elasticsearch.search.fetch   
org.elasticsearch.search.fetch.explain   
org.elasticsearch.search.fetch.matchedfilters   
org.elasticsearch.search.fetch.partial   
org.elasticsearch.search.fetch.script   
org.elasticsearch.search.fetch.version   
org.elasticsearch.search.highlight   
org.elasticsearch.search.highlight.vectorhighlight   
org.elasticsearch.search.internal   
org.elasticsearch.search.query   
org.elasticsearch.search.scan   
org.elasticsearch.search.sort   
 

Uses of SearchContext in org.elasticsearch.index.search.child
 

Methods in org.elasticsearch.index.search.child with parameters of type SearchContext
 void TopChildrenQuery.processResults(org.apache.lucene.search.TopDocs topDocs, SearchContext context)
           
 

Constructors in org.elasticsearch.index.search.child with parameters of type SearchContext
ChildCollector(String parentType, SearchContext context)
           
HasChildFilter(org.apache.lucene.search.Query query, String scope, String childType, String parentType, SearchContext searchContext)
           
 

Uses of SearchContext in org.elasticsearch.index.search.slowlog
 

Methods in org.elasticsearch.index.search.slowlog with parameters of type SearchContext
 void ShardSlowLogSearchService.onFetchPhase(SearchContext context, long tookInNanos)
           
 void ShardSlowLogSearchService.onQueryPhase(SearchContext context, long tookInNanos)
           
 

Constructors in org.elasticsearch.index.search.slowlog with parameters of type SearchContext
ShardSlowLogSearchService.SlowLogSearchContextPrinter(SearchContext context, long tookInNanos, boolean reformat)
           
 

Uses of SearchContext in org.elasticsearch.index.search.stats
 

Methods in org.elasticsearch.index.search.stats with parameters of type SearchContext
 void ShardSearchService.onFailedFetchPhase(SearchContext searchContext)
           
 void ShardSearchService.onFailedQueryPhase(SearchContext searchContext)
           
 void ShardSearchService.onFetchPhase(SearchContext searchContext, long tookInNanos)
           
 void ShardSearchService.onPreFetchPhase(SearchContext searchContext)
           
 void ShardSearchService.onPreQueryPhase(SearchContext searchContext)
           
 void ShardSearchService.onQueryPhase(SearchContext searchContext, long tookInNanos)
           
 void StatsGroupsParseElement.parse(XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search
 

Methods in org.elasticsearch.search with parameters of type SearchContext
 void SearchPhase.execute(SearchContext context)
           
 void SearchParseElement.parse(XContentParser parser, SearchContext context)
           
 void SearchPhase.preProcess(SearchContext context)
          Performs pre processing of the search context before the execute.
 

Constructors in org.elasticsearch.search with parameters of type SearchContext
SearchContextException(SearchContext context, String msg)
           
SearchContextException(SearchContext context, String msg, Throwable t)
           
SearchParseException(SearchContext context, String msg)
           
SearchParseException(SearchContext context, String msg, Throwable cause)
           
 

Uses of SearchContext in org.elasticsearch.search.dfs
 

Methods in org.elasticsearch.search.dfs with parameters of type SearchContext
 void DfsPhase.execute(SearchContext context)
           
 void DfsPhase.preProcess(SearchContext context)
           
 

Constructors in org.elasticsearch.search.dfs with parameters of type SearchContext
DfsPhaseExecutionException(SearchContext context, String msg, Throwable t)
           
 

Uses of SearchContext in org.elasticsearch.search.facet
 

Methods in org.elasticsearch.search.facet with parameters of type SearchContext
 void FacetPhase.execute(SearchContext context)
           
 void OptimizeGlobalFacetCollector.optimizedGlobalExecution(SearchContext searchContext)
           
 FacetCollector FacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 void FacetParseElement.parse(XContentParser parser, SearchContext context)
           
 void FacetBinaryParseElement.parse(XContentParser parser, SearchContext context)
           
 void FacetPhase.preProcess(SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.datehistogram
 

Methods in org.elasticsearch.search.facet.datehistogram with parameters of type SearchContext
 FacetCollector DateHistogramFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Constructors in org.elasticsearch.search.facet.datehistogram with parameters of type SearchContext
CountDateHistogramFacetCollector(String facetName, String fieldName, TimeZoneRounding tzRounding, DateHistogramFacet.ComparatorType comparatorType, SearchContext context)
           
ValueDateHistogramFacetCollector(String facetName, String keyFieldName, String valueFieldName, TimeZoneRounding tzRounding, DateHistogramFacet.ComparatorType comparatorType, SearchContext context)
           
ValueScriptDateHistogramFacetCollector(String facetName, String fieldName, String scriptLang, String valueScript, Map<String,Object> params, TimeZoneRounding tzRounding, DateHistogramFacet.ComparatorType comparatorType, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.filter
 

Methods in org.elasticsearch.search.facet.filter with parameters of type SearchContext
 void FilterFacetCollector.optimizedGlobalExecution(SearchContext searchContext)
           
 FacetCollector FilterFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.geodistance
 

Methods in org.elasticsearch.search.facet.geodistance with parameters of type SearchContext
 FacetCollector GeoDistanceFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Constructors in org.elasticsearch.search.facet.geodistance with parameters of type SearchContext
GeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context)
           
ScriptGeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
ValueGeoDistanceFacetCollector(String facetName, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, GeoDistanceFacet.Entry[] entries, SearchContext context, String valueFieldName)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.histogram
 

Methods in org.elasticsearch.search.facet.histogram with parameters of type SearchContext
 FacetCollector HistogramFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.histogram.bounded
 

Constructors in org.elasticsearch.search.facet.histogram.bounded with parameters of type SearchContext
BoundedCountHistogramFacetCollector(String facetName, String fieldName, long interval, long from, long to, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
BoundedValueHistogramFacetCollector(String facetName, String keyFieldName, String valueFieldName, long interval, long from, long to, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
BoundedValueScriptHistogramFacetCollector(String facetName, String fieldName, String scriptLang, String valueScript, Map<String,Object> params, long interval, long from, long to, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.histogram.unbounded
 

Constructors in org.elasticsearch.search.facet.histogram.unbounded with parameters of type SearchContext
CountHistogramFacetCollector(String facetName, String fieldName, long interval, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
FullHistogramFacetCollector(String facetName, String fieldName, long interval, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
ScriptHistogramFacetCollector(String facetName, String scriptLang, String keyScript, String valueScript, Map<String,Object> params, long interval, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
ValueHistogramFacetCollector(String facetName, String keyFieldName, String valueFieldName, long interval, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
ValueScriptHistogramFacetCollector(String facetName, String fieldName, String scriptLang, String valueScript, Map<String,Object> params, long interval, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.query
 

Methods in org.elasticsearch.search.facet.query with parameters of type SearchContext
 void QueryFacetCollector.optimizedGlobalExecution(SearchContext searchContext)
           
 FacetCollector QueryFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.range
 

Methods in org.elasticsearch.search.facet.range with parameters of type SearchContext
 FacetCollector RangeFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Constructors in org.elasticsearch.search.facet.range with parameters of type SearchContext
KeyValueRangeFacetCollector(String facetName, String keyFieldName, String valueFieldName, RangeFacet.Entry[] entries, SearchContext context)
           
RangeFacetCollector(String facetName, String fieldName, RangeFacet.Entry[] entries, SearchContext context)
           
ScriptRangeFacetCollector(String facetName, String scriptLang, String keyScript, String valueScript, Map<String,Object> params, RangeFacet.Entry[] entries, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.statistical
 

Methods in org.elasticsearch.search.facet.statistical with parameters of type SearchContext
 FacetCollector StatisticalFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Constructors in org.elasticsearch.search.facet.statistical with parameters of type SearchContext
ScriptStatisticalFacetCollector(String facetName, String scriptLang, String script, Map<String,Object> params, SearchContext context)
           
StatisticalFacetCollector(String facetName, String fieldName, SearchContext context)
           
StatisticalFieldsFacetCollector(String facetName, String[] fieldsNames, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms
 

Methods in org.elasticsearch.search.facet.terms with parameters of type SearchContext
 FacetCollector TermsFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.bytes
 

Constructors in org.elasticsearch.search.facet.terms.bytes with parameters of type SearchContext
TermsByteFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsByteOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.doubles
 

Constructors in org.elasticsearch.search.facet.terms.doubles with parameters of type SearchContext
TermsDoubleFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsDoubleOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.floats
 

Constructors in org.elasticsearch.search.facet.terms.floats with parameters of type SearchContext
TermsFloatFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsFloatOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.ints
 

Constructors in org.elasticsearch.search.facet.terms.ints with parameters of type SearchContext
TermsIntFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsIntOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.ip
 

Constructors in org.elasticsearch.search.facet.terms.ip with parameters of type SearchContext
TermsIpFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
TermsIpOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.longs
 

Constructors in org.elasticsearch.search.facet.terms.longs with parameters of type SearchContext
TermsLongFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsLongOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.shorts
 

Constructors in org.elasticsearch.search.facet.terms.shorts with parameters of type SearchContext
TermsShortFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, String scriptLang, String script, Map<String,Object> params)
           
TermsShortOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.terms.strings
 

Constructors in org.elasticsearch.search.facet.terms.strings with parameters of type SearchContext
FieldsTermsStringFacetCollector(String facetName, String[] fieldsNames, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern, String scriptLang, String script, Map<String,Object> params)
           
ScriptTermsStringFieldFacetCollector(String facetName, int size, TermsFacet.ComparatorType comparatorType, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern, String scriptLang, String script, Map<String,Object> params)
           
TermsStringFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern, String scriptLang, String script, Map<String,Object> params)
           
TermsStringOrdinalsFacetCollector(String facetName, String fieldName, int size, TermsFacet.ComparatorType comparatorType, boolean allTerms, SearchContext context, com.google.common.collect.ImmutableSet<String> excluded, Pattern pattern)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.termsstats
 

Methods in org.elasticsearch.search.facet.termsstats with parameters of type SearchContext
 FacetCollector TermsStatsFacetProcessor.parse(String facetName, XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.termsstats.doubles
 

Constructors in org.elasticsearch.search.facet.termsstats.doubles with parameters of type SearchContext
TermsStatsDoubleFacetCollector(String facetName, String keyFieldName, String valueFieldName, int size, TermsStatsFacet.ComparatorType comparatorType, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.termsstats.longs
 

Constructors in org.elasticsearch.search.facet.termsstats.longs with parameters of type SearchContext
TermsStatsLongFacetCollector(String facetName, String keyFieldName, String valueFieldName, int size, TermsStatsFacet.ComparatorType comparatorType, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
 

Uses of SearchContext in org.elasticsearch.search.facet.termsstats.strings
 

Constructors in org.elasticsearch.search.facet.termsstats.strings with parameters of type SearchContext
TermsStatsStringFacetCollector(String facetName, String keyFieldName, String valueFieldName, int size, TermsStatsFacet.ComparatorType comparatorType, SearchContext context, String scriptLang, String script, Map<String,Object> params)
           
 

Uses of SearchContext in org.elasticsearch.search.fetch
 

Methods in org.elasticsearch.search.fetch with parameters of type SearchContext
 void FetchPhase.execute(SearchContext context)
           
 void FetchSubPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
          Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).
 boolean FetchSubPhase.hitExecutionNeeded(SearchContext context)
           
 void FetchSubPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean FetchSubPhase.hitsExecutionNeeded(SearchContext context)
           
 void FieldsParseElement.parse(XContentParser parser, SearchContext context)
           
 void FetchPhase.preProcess(SearchContext context)
           
 

Constructors in org.elasticsearch.search.fetch with parameters of type SearchContext
FetchPhaseExecutionException(SearchContext context, String msg)
           
FetchPhaseExecutionException(SearchContext context, String msg, Throwable t)
           
 

Uses of SearchContext in org.elasticsearch.search.fetch.explain
 

Methods in org.elasticsearch.search.fetch.explain with parameters of type SearchContext
 void ExplainFetchSubPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
           
 boolean ExplainFetchSubPhase.hitExecutionNeeded(SearchContext context)
           
 void ExplainFetchSubPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean ExplainFetchSubPhase.hitsExecutionNeeded(SearchContext context)
           
 void ExplainParseElement.parse(XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.fetch.matchedfilters
 

Methods in org.elasticsearch.search.fetch.matchedfilters with parameters of type SearchContext
 void MatchedFiltersFetchSubPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
           
 boolean MatchedFiltersFetchSubPhase.hitExecutionNeeded(SearchContext context)
           
 void MatchedFiltersFetchSubPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean MatchedFiltersFetchSubPhase.hitsExecutionNeeded(SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.fetch.partial
 

Methods in org.elasticsearch.search.fetch.partial with parameters of type SearchContext
 void PartialFieldsFetchSubPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
           
 boolean PartialFieldsFetchSubPhase.hitExecutionNeeded(SearchContext context)
           
 void PartialFieldsFetchSubPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean PartialFieldsFetchSubPhase.hitsExecutionNeeded(SearchContext context)
           
 void PartialFieldsParseElement.parse(XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.fetch.script
 

Methods in org.elasticsearch.search.fetch.script with parameters of type SearchContext
 void ScriptFieldsFetchSubPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
           
 boolean ScriptFieldsFetchSubPhase.hitExecutionNeeded(SearchContext context)
           
 void ScriptFieldsFetchSubPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean ScriptFieldsFetchSubPhase.hitsExecutionNeeded(SearchContext context)
           
 void ScriptFieldsParseElement.parse(XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.fetch.version
 

Methods in org.elasticsearch.search.fetch.version with parameters of type SearchContext
 void VersionFetchSubPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
           
 boolean VersionFetchSubPhase.hitExecutionNeeded(SearchContext context)
           
 void VersionFetchSubPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean VersionFetchSubPhase.hitsExecutionNeeded(SearchContext context)
           
 void VersionParseElement.parse(XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.highlight
 

Methods in org.elasticsearch.search.highlight with parameters of type SearchContext
 void HighlightPhase.hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
           
 boolean HighlightPhase.hitExecutionNeeded(SearchContext context)
           
 void HighlightPhase.hitsExecute(SearchContext context, InternalSearchHit[] hits)
           
 boolean HighlightPhase.hitsExecutionNeeded(SearchContext context)
           
 void HighlighterParseElement.parse(XContentParser parser, SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.highlight.vectorhighlight
 

Constructors in org.elasticsearch.search.highlight.vectorhighlight with parameters of type SearchContext
SourceScoreOrderFragmentsBuilder(FieldMapper mapper, SearchContext searchContext, String[] preTags, String[] postTags, org.apache.lucene.search.vectorhighlight.BoundaryScanner boundaryScanner)
           
SourceSimpleFragmentsBuilder(FieldMapper mapper, SearchContext searchContext, String[] preTags, String[] postTags, org.apache.lucene.search.vectorhighlight.BoundaryScanner boundaryScanner)
           
 

Uses of SearchContext in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return SearchContext
static SearchContext SearchContext.current()
           
 SearchContext SearchContext.docIdsToLoad(int[] docIdsToLoad, int docsIdsToLoadFrom, int docsIdsToLoadSize)
           
 SearchContext SearchContext.facets(SearchContextFacets facets)
           
 SearchContext SearchContext.from(int from)
           
 SearchContext SearchContext.minimumScore(float minimumScore)
           
 SearchContext SearchContext.parsedFilter(org.apache.lucene.search.Filter filter)
           
 SearchContext SearchContext.parsedQuery(ParsedQuery query)
           
 SearchContext SearchContext.queryBoost(float queryBoost)
           
 SearchContext SearchContext.scroll(Scroll scroll)
           
 SearchContext SearchContext.searchType(SearchType searchType)
           
 SearchContext SearchContext.size(int size)
           
 SearchContext SearchContext.sort(org.apache.lucene.search.Sort sort)
           
 SearchContext SearchContext.trackScores(boolean trackScores)
           
 SearchContext SearchContext.updateRewriteQuery(org.apache.lucene.search.Query rewriteQuery)
          Rewrites the query and updates it.
 

Methods in org.elasticsearch.search.internal with parameters of type SearchContext
 void ScopePhase.TopDocsPhase.processResults(org.apache.lucene.search.TopDocs topDocs, SearchContext context)
           
static void SearchContext.setCurrent(SearchContext value)
           
 

Constructors in org.elasticsearch.search.internal with parameters of type SearchContext
ContextIndexSearcher(SearchContext searchContext, Engine.Searcher searcher)
           
 

Uses of SearchContext in org.elasticsearch.search.query
 

Methods in org.elasticsearch.search.query with parameters of type SearchContext
 void QueryPhase.execute(SearchContext searchContext)
           
 void FilterParseElement.parse(XContentParser parser, SearchContext context)
           
 void FilterBinaryParseElement.parse(XContentParser parser, SearchContext context)
           
 void TimeoutParseElement.parse(XContentParser parser, SearchContext context)
           
 void IndicesBoostParseElement.parse(XContentParser parser, SearchContext context)
           
 void FromParseElement.parse(XContentParser parser, SearchContext context)
           
 void QueryBinaryParseElement.parse(XContentParser parser, SearchContext context)
           
 void MinScoreParseElement.parse(XContentParser parser, SearchContext context)
           
 void SizeParseElement.parse(XContentParser parser, SearchContext context)
           
 void QueryParseElement.parse(XContentParser parser, SearchContext context)
           
 void QueryPhase.preProcess(SearchContext context)
           
 

Constructors in org.elasticsearch.search.query with parameters of type SearchContext
QueryPhaseExecutionException(SearchContext context, String msg, Throwable cause)
           
 

Uses of SearchContext in org.elasticsearch.search.scan
 

Methods in org.elasticsearch.search.scan with parameters of type SearchContext
 org.apache.lucene.search.TopDocs ScanContext.execute(SearchContext context)
           
 

Uses of SearchContext in org.elasticsearch.search.sort
 

Methods in org.elasticsearch.search.sort with parameters of type SearchContext
 void SortParseElement.parse(XContentParser parser, SearchContext context)
           
 void TrackScoresParseElement.parse(XContentParser parser, SearchContext context)
           
 org.apache.lucene.search.SortField ScriptSortParser.parse(XContentParser parser, SearchContext context)
           
 org.apache.lucene.search.SortField SortParser.parse(XContentParser parser, SearchContext context)
           
 org.apache.lucene.search.SortField GeoDistanceSortParser.parse(XContentParser parser, SearchContext context)
           
 



Copyright © 2009-2012. All Rights Reserved.