org.elasticsearch.search.internal
Interface ScopePhase.TopDocsPhase

All Superinterfaces:
ScopePhase
All Known Implementing Classes:
TopChildrenQuery
Enclosing interface:
ScopePhase

public static interface ScopePhase.TopDocsPhase
extends ScopePhase


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.search.internal.ScopePhase
ScopePhase.CollectorPhase, ScopePhase.TopDocsPhase
 
Method Summary
 int factor()
           
 int incrementalFactor()
           
 int numHits()
           
 void processResults(org.apache.lucene.search.TopDocs topDocs, SearchContext context)
           
 
Methods inherited from interface org.elasticsearch.search.internal.ScopePhase
clear, query, scope
 

Method Detail

processResults

void processResults(org.apache.lucene.search.TopDocs topDocs,
                    SearchContext context)

numHits

int numHits()

factor

int factor()

incrementalFactor

int incrementalFactor()


Copyright © 2009-2012. All Rights Reserved.