| 修飾子とタイプ | メソッドと説明 |
|---|---|
ObjectMapper |
DocumentMapper.findNestedObjectMapper(int nestedDocId,
SearchContext sc,
org.apache.lucene.index.LeafReaderContext context)
Returns the best nested
ObjectMapper instances that is in the scope of the specified nested docId. |
| コンストラクタと説明 |
|---|
NestedInnerQueryParseSupport(XContentParser parser,
SearchContext searchContext) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SearchContext |
ChildrenQuery.ParentCollector.searchContext |
| コンストラクタと説明 |
|---|
ParentCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ParentScoreCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ParentScoreCountCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MultiTermVectorsResponse |
MoreLikeThisFetchService.fetchResponse(List<MoreLikeThisQueryBuilder.Item> items,
SearchContext searchContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ShardSearchStats.onFailedFetchPhase(SearchContext searchContext) |
void |
ShardSearchStats.onFailedQueryPhase(SearchContext searchContext) |
void |
ShardSearchStats.onFetchPhase(SearchContext searchContext,
long tookInNanos) |
void |
ShardSearchStats.onFreeContext(SearchContext context) |
void |
ShardSearchStats.onFreeScrollContext(SearchContext context) |
void |
ShardSearchStats.onNewContext(SearchContext context) |
void |
ShardSearchStats.onNewScrollContext(SearchContext context) |
void |
ShardSearchStats.onPreFetchPhase(SearchContext searchContext) |
void |
ShardSearchStats.onPreQueryPhase(SearchContext searchContext) |
void |
ShardSearchStats.onQueryPhase(SearchContext searchContext,
long tookInNanos) |
void |
StatsGroupsParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
IndicesRequestCache.canCache(ShardSearchRequest request,
SearchContext context)
Can the shard request be cached at all?
|
void |
IndicesRequestCache.loadIntoContext(ShardSearchRequest request,
SearchContext context,
QueryPhase queryPhase)
Loads the cache result, computing it if needed by executing the query phase and otherwise deserializing the cached
value into the
context's query result. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
PercolateContext |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SearchContext |
PercolateContext.aggregations(SearchContextAggregations aggregations) |
SearchContext |
PercolateContext.docIdsToLoad(int[] docIdsToLoad,
int docsIdsToLoadFrom,
int docsIdsToLoadSize) |
SearchContext |
PercolateContext.fetchSourceContext(FetchSourceContext fetchSourceContext) |
SearchContext |
PercolateContext.from(int from) |
SearchContext |
PercolateContext.minimumScore(float minimumScore) |
SearchContext |
PercolateContext.parsedPostFilter(ParsedQuery postFilter) |
SearchContext |
PercolateContext.parsedQuery(ParsedQuery query) |
SearchContext |
PercolateContext.queryBoost(float queryBoost) |
SearchContext |
PercolateContext.scrollContext(ScrollContext scroll) |
SearchContext |
PercolateContext.searchType(SearchType searchType) |
SearchContext |
PercolateContext.size(int size) |
SearchContext |
PercolateContext.sort(org.apache.lucene.search.Sort sort) |
SearchContext |
PercolateContext.trackScores(boolean trackScores) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected SearchContext |
SearchService.removeContext(long id) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
protected void |
SearchService.putContext(SearchContext context) |
| コンストラクタと説明 |
|---|
SearchContextException(SearchContext context,
String msg) |
SearchContextException(SearchContext context,
String msg,
Throwable t) |
SearchParseException(SearchContext context,
String msg,
XContentLocation location) |
SearchParseException(SearchContext context,
String msg,
XContentLocation location,
Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AggregationPhase.execute(SearchContext context) |
AggregatorFactory |
Aggregator.Parser.parse(String aggregationName,
XContentParser parser,
SearchContext context)
Returns the aggregator factory with which this parser is associated, may return
null indicating the
aggregation should be skipped (e.g. when trying to aggregate on unmapped fields). |
void |
AggregationParseElement.parse(XContentParser parser,
SearchContext context) |
void |
AggregationBinaryParseElement.parse(XContentParser parser,
SearchContext context) |
AggregatorFactories |
AggregatorParsers.parseAggregators(XContentParser parser,
SearchContext context)
Parses the aggregation request recursively generating aggregator factories in turn.
|
void |
AggregationPhase.preProcess(SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ChildrenParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
FilterParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
FiltersParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoHashGridParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GlobalParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
HistogramParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
AggregatorFactory |
DateHistogramParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
MissingParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ReverseNestedParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
AggregatorFactory |
NestedParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
RangeParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
void |
RangeAggregator.Range.process(ValueParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
DateRangeParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoDistanceParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
IpRangeParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
SamplerParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
SignificantTermsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
void |
SignificantTermsParametersParser.parseSpecial(String aggregationName,
XContentParser parser,
SearchContext context,
XContentParser.Token token,
String currentFieldName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SignificanceHeuristic |
SignificanceHeuristicParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
ScriptHeuristic.ScriptHeuristicParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
PercentageScore.PercentageScoreParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
NXYSignificanceHeuristic.NXYParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
JLHScore.JLHScoreParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
GND.GNDParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
TermsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
void |
AbstractTermsParametersParser.parse(String aggregationName,
XContentParser parser,
SearchContext context,
ValuesSourceParser vsParser,
IncludeExclude.Parser incExcParser) |
void |
TermsParametersParser.parseSpecial(String aggregationName,
XContentParser parser,
SearchContext context,
XContentParser.Token token,
String currentFieldName) |
abstract void |
AbstractTermsParametersParser.parseSpecial(String aggregationName,
XContentParser parser,
SearchContext context,
XContentParser.Token token,
String currentFieldName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
NumericValuesSourceMetricsAggregatorParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
CardinalityParser.parse(String name,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoBoundsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoCentroidParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected AggregatorFactory |
PercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected AggregatorFactory |
PercentileRanksParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected abstract AggregatorFactory |
AbstractPercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double[] cdfValues,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
AggregatorFactory |
AbstractPercentilesParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ScriptedMetricParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ExtendedStatsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
TopHitsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ValueCountParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static BucketHelpers.GapPolicy |
BucketHelpers.GapPolicy.parse(SearchContext context,
String text,
XContentLocation tokenLocation)
Parse a string GapPolicy into the byte enum
|
PipelineAggregatorFactory |
PipelineAggregator.Parser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context)
Returns the pipeline aggregator factory with which this parser is
associated.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
BucketMetricsParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
BucketScriptParser.parse(String reducerName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
CumulativeSumParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
DerivativeParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
BucketSelectorParser.parse(String reducerName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
MovAvgParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
SerialDiffParser.parse(String reducerName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SearchContext |
AggregationContext.searchContext() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ValuesSourceParser.Builder |
ValuesSourceParser.any(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
static ValuesSourceParser.Builder<ValuesSource.Bytes> |
ValuesSourceParser.bytes(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
static ValuesSourceParser.Builder<ValuesSource.GeoPoint> |
ValuesSourceParser.geoPoint(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
static ValuesSourceParser.Builder<ValuesSource.Numeric> |
ValuesSourceParser.numeric(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
<VS extends ValuesSource> |
AggregationContext.valuesSource(ValuesSourceConfig<VS> config,
SearchContext context)
Get a value source given its configuration.
|
| コンストラクタと説明 |
|---|
AggregationContext(SearchContext searchContext) |
GeoPointParser(String aggName,
InternalAggregation.Type aggType,
SearchContext context,
ParseField field) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
ValueParser.parseDouble(String value,
SearchContext searchContext) |
double |
ValueParser.DateTime.parseDouble(String value,
SearchContext searchContext) |
double |
ValueParser.DateMath.parseDouble(String value,
SearchContext searchContext) |
double |
ValueParser.IPv4.parseDouble(String value,
SearchContext searchContext) |
double |
ValueParser.Raw.parseDouble(String value,
SearchContext searchContext) |
double |
ValueParser.Number.Pattern.parseDouble(String value,
SearchContext searchContext) |
double |
ValueParser.Boolean.parseDouble(String value,
SearchContext searchContext) |
long |
ValueParser.parseLong(String value,
SearchContext searchContext) |
long |
ValueParser.DateTime.parseLong(String value,
SearchContext searchContext) |
long |
ValueParser.DateMath.parseLong(String value,
SearchContext searchContext) |
long |
ValueParser.IPv4.parseLong(String value,
SearchContext searchContext) |
long |
ValueParser.Raw.parseLong(String value,
SearchContext searchContext) |
long |
ValueParser.Number.Pattern.parseLong(String value,
SearchContext searchContext) |
long |
ValueParser.Boolean.parseLong(String value,
SearchContext searchContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
DfsPhase.execute(SearchContext context) |
void |
DfsPhase.preProcess(SearchContext context) |
| コンストラクタと説明 |
|---|
DfsPhaseExecutionException(SearchContext context,
String msg,
Throwable t) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
protected abstract void |
FetchSubPhaseParseElement.innerParse(XContentParser parser,
SubPhaseContext fetchSubPhaseContext,
SearchContext searchContext)
Implement the actual parsing here.
|
void |
FieldsParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FetchSubPhaseParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FetchPhase.preProcess(SearchContext context) |
| コンストラクタと説明 |
|---|
FetchPhaseExecutionException(SearchContext context,
String msg,
Throwable t) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
FieldDataFieldsFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
boolean |
FieldDataFieldsFetchSubPhase.hitExecutionNeeded(SearchContext context) |
void |
FieldDataFieldsFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
boolean |
FieldDataFieldsFetchSubPhase.hitsExecutionNeeded(SearchContext context) |
protected void |
FieldDataFieldsParseElement.innerParse(XContentParser parser,
FieldDataFieldsContext fieldDataFieldsContext,
SearchContext searchContext) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
InnerHitsContext.BaseInnerHits |
static class |
InnerHitsContext.NestedInnerHits |
static class |
InnerHitsContext.ParentChildInnerHits |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InnerHitsFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
boolean |
InnerHitsFetchSubPhase.hitExecutionNeeded(SearchContext context) |
void |
InnerHitsFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
boolean |
InnerHitsFetchSubPhase.hitsExecutionNeeded(SearchContext context) |
void |
InnerHitsParseElement.parse(XContentParser parser,
SearchContext searchContext) |
abstract org.apache.lucene.search.TopDocs |
InnerHitsContext.BaseInnerHits.topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
org.apache.lucene.search.TopDocs |
InnerHitsContext.NestedInnerHits.topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
org.apache.lucene.search.TopDocs |
InnerHitsContext.ParentChildInnerHits.topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| コンストラクタと説明 |
|---|
BaseInnerHits(SearchContext context,
ParsedQuery query,
Map<String,InnerHitsContext.BaseInnerHits> childInnerHits) |
NestedInnerHits(SearchContext context,
ParsedQuery query,
Map<String,InnerHitsContext.BaseInnerHits> childInnerHits,
ObjectMapper parentObjectMapper,
ObjectMapper childObjectMapper) |
ParentChildInnerHits(SearchContext context,
ParsedQuery query,
Map<String,InnerHitsContext.BaseInnerHits> childInnerHits,
MapperService mapperService,
DocumentMapper documentMapper) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
MatchedQueriesFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
boolean |
MatchedQueriesFetchSubPhase.hitExecutionNeeded(SearchContext context) |
void |
MatchedQueriesFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
boolean |
MatchedQueriesFetchSubPhase.hitsExecutionNeeded(SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
FetchSourceSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
boolean |
FetchSourceSubPhase.hitExecutionNeeded(SearchContext context) |
void |
FetchSourceSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
boolean |
FetchSourceSubPhase.hitsExecutionNeeded(SearchContext context) |
void |
FetchSourceParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
SearchContext |
HighlighterContext.context |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| コンストラクタと説明 |
|---|
HighlighterContext(String fieldName,
SearchContextHighlight.Field field,
FieldMapper mapper,
SearchContext context,
FetchSubPhase.HitContext hitContext,
org.apache.lucene.search.Query query) |
| コンストラクタと説明 |
|---|
SourceScoreOrderFragmentsBuilder(FieldMapper mapper,
SearchContext searchContext,
FetchSubPhase.HitContext hitContext,
String[] preTags,
String[] postTags,
org.apache.lucene.search.vectorhighlight.BoundaryScanner boundaryScanner) |
SourceSimpleFragmentsBuilder(FieldMapper mapper,
SearchContext searchContext,
FetchSubPhase.HitContext hitContext,
String[] preTags,
String[] postTags,
org.apache.lucene.search.vectorhighlight.BoundaryScanner boundaryScanner) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DefaultSearchContext |
class |
FilteredSearchContext |
class |
SubSearchContext |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SearchContext |
SubSearchContext.aggregations(SearchContextAggregations aggregations) |
abstract SearchContext |
SearchContext.aggregations(SearchContextAggregations aggregations) |
SearchContext |
FilteredSearchContext.aggregations(SearchContextAggregations aggregations) |
SearchContext |
DefaultSearchContext.aggregations(SearchContextAggregations aggregations) |
static SearchContext |
SearchContext.current() |
SearchContext |
SubSearchContext.docIdsToLoad(int[] docIdsToLoad,
int docsIdsToLoadFrom,
int docsIdsToLoadSize) |
abstract SearchContext |
SearchContext.docIdsToLoad(int[] docIdsToLoad,
int docsIdsToLoadFrom,
int docsIdsToLoadSize) |
SearchContext |
FilteredSearchContext.docIdsToLoad(int[] docIdsToLoad,
int docsIdsToLoadFrom,
int docsIdsToLoadSize) |
SearchContext |
DefaultSearchContext.docIdsToLoad(int[] docIdsToLoad,
int docsIdsToLoadFrom,
int docsIdsToLoadSize) |
SearchContext |
SubSearchContext.fetchSourceContext(FetchSourceContext fetchSourceContext) |
abstract SearchContext |
SearchContext.fetchSourceContext(FetchSourceContext fetchSourceContext) |
SearchContext |
FilteredSearchContext.fetchSourceContext(FetchSourceContext fetchSourceContext) |
SearchContext |
DefaultSearchContext.fetchSourceContext(FetchSourceContext fetchSourceContext) |
SearchContext |
SubSearchContext.from(int from) |
abstract SearchContext |
SearchContext.from(int from) |
SearchContext |
FilteredSearchContext.from(int from) |
SearchContext |
DefaultSearchContext.from(int from) |
SearchContext |
SubSearchContext.minimumScore(float minimumScore) |
abstract SearchContext |
SearchContext.minimumScore(float minimumScore) |
SearchContext |
FilteredSearchContext.minimumScore(float minimumScore) |
SearchContext |
DefaultSearchContext.minimumScore(float minimumScore) |
SearchContext |
SubSearchContext.parsedPostFilter(ParsedQuery postFilter) |
abstract SearchContext |
SearchContext.parsedPostFilter(ParsedQuery postFilter) |
SearchContext |
FilteredSearchContext.parsedPostFilter(ParsedQuery postFilter) |
SearchContext |
DefaultSearchContext.parsedPostFilter(ParsedQuery postFilter) |
abstract SearchContext |
SearchContext.parsedQuery(ParsedQuery query) |
SearchContext |
FilteredSearchContext.parsedQuery(ParsedQuery query) |
SearchContext |
DefaultSearchContext.parsedQuery(ParsedQuery query) |
SearchContext |
SubSearchContext.queryBoost(float queryBoost) |
abstract SearchContext |
SearchContext.queryBoost(float queryBoost) |
SearchContext |
FilteredSearchContext.queryBoost(float queryBoost) |
SearchContext |
DefaultSearchContext.queryBoost(float queryBoost) |
SearchContext |
SubSearchContext.scrollContext(ScrollContext scrollContext) |
abstract SearchContext |
SearchContext.scrollContext(ScrollContext scroll) |
SearchContext |
FilteredSearchContext.scrollContext(ScrollContext scroll) |
SearchContext |
DefaultSearchContext.scrollContext(ScrollContext scrollContext) |
SearchContext |
SubSearchContext.searchType(SearchType searchType) |
abstract SearchContext |
SearchContext.searchType(SearchType searchType) |
SearchContext |
FilteredSearchContext.searchType(SearchType searchType) |
SearchContext |
DefaultSearchContext.searchType(SearchType searchType) |
SearchContext |
SubSearchContext.size(int size) |
abstract SearchContext |
SearchContext.size(int size) |
SearchContext |
FilteredSearchContext.size(int size) |
SearchContext |
DefaultSearchContext.size(int size) |
SearchContext |
SubSearchContext.sort(org.apache.lucene.search.Sort sort) |
abstract SearchContext |
SearchContext.sort(org.apache.lucene.search.Sort sort) |
SearchContext |
FilteredSearchContext.sort(org.apache.lucene.search.Sort sort) |
SearchContext |
DefaultSearchContext.sort(org.apache.lucene.search.Sort sort) |
SearchContext |
SubSearchContext.trackScores(boolean trackScores) |
abstract SearchContext |
SearchContext.trackScores(boolean trackScores) |
SearchContext |
FilteredSearchContext.trackScores(boolean trackScores) |
SearchContext |
DefaultSearchContext.trackScores(boolean trackScores) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
SearchContext.setCurrent(SearchContext value) |
| コンストラクタと説明 |
|---|
FilteredSearchContext(SearchContext in) |
SubSearchContext(SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ProfileParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
QueryPhase.execute(SearchContext searchContext) |
void |
TimeoutParseElement.parse(XContentParser parser,
SearchContext context) |
void |
TerminateAfterParseElement.parse(XContentParser parser,
SearchContext context) |
void |
SizeParseElement.parse(XContentParser parser,
SearchContext context) |
void |
QueryParseElement.parse(XContentParser parser,
SearchContext context) |
void |
QueryBinaryParseElement.parse(XContentParser parser,
SearchContext context) |
void |
PostFilterParseElement.parse(XContentParser parser,
SearchContext context) |
void |
MinScoreParseElement.parse(XContentParser parser,
SearchContext context) |
void |
IndicesBoostParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FromParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FilterBinaryParseElement.parse(XContentParser parser,
SearchContext context) |
void |
QueryPhase.preProcess(SearchContext context) |
| コンストラクタと説明 |
|---|
QueryPhaseExecutionException(SearchContext context,
String msg) |
QueryPhaseExecutionException(SearchContext context,
String msg,
Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
RescorePhase.execute(SearchContext context) |
org.apache.lucene.search.Explanation |
Rescorer.explain(int topLevelDocId,
SearchContext context,
RescoreSearchContext rescoreContext,
org.apache.lucene.search.Explanation sourceExplanation)
Executes an
Explanation phase on the rescorer. |
org.apache.lucene.search.Explanation |
QueryRescorer.explain(int topLevelDocId,
SearchContext context,
RescoreSearchContext rescoreContext,
org.apache.lucene.search.Explanation sourceExplanation) |
void |
Rescorer.extractTerms(SearchContext context,
RescoreSearchContext rescoreContext,
Set<org.apache.lucene.index.Term> termsSet)
Extracts all terms needed to exectue this
Rescorer. |
void |
QueryRescorer.extractTerms(SearchContext context,
RescoreSearchContext rescoreContext,
Set<org.apache.lucene.index.Term> termsSet) |
RescoreSearchContext |
Rescorer.parse(XContentParser parser,
SearchContext context)
Parses the
RescoreSearchContext for this impelementation |
void |
RescoreParseElement.parse(XContentParser parser,
SearchContext context) |
RescoreSearchContext |
QueryRescorer.parse(XContentParser parser,
SearchContext context) |
void |
RescoreParseElement.parseSingleRescoreContext(XContentParser parser,
SearchContext context) |
void |
RescorePhase.preProcess(SearchContext context) |
org.apache.lucene.search.TopDocs |
Rescorer.rescore(org.apache.lucene.search.TopDocs topDocs,
SearchContext context,
RescoreSearchContext rescoreContext)
Modifies the result of the previously executed search (
TopDocs)
in place based on the given RescoreSearchContext. |
org.apache.lucene.search.TopDocs |
QueryRescorer.rescore(org.apache.lucene.search.TopDocs topDocs,
SearchContext context,
RescoreSearchContext rescoreContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScanContext.ScanCollector |
ScanContext.collector(SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TrackScoresParseElement.parse(XContentParser parser,
SearchContext context) |
org.apache.lucene.search.SortField |
SortParser.parse(XContentParser parser,
SearchContext context) |
void |
SortParseElement.parse(XContentParser parser,
SearchContext context) |
org.apache.lucene.search.SortField |
ScriptSortParser.parse(XContentParser parser,
SearchContext context) |
org.apache.lucene.search.SortField |
GeoDistanceSortParser.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SuggestPhase.execute(SearchContext context) |
void |
SuggestParseElement.parse(XContentParser parser,
SearchContext context) |
void |
SuggestPhase.preProcess(SearchContext context) |
Copyright © 2009–2016. All rights reserved.