Uses of Interface
org.elasticsearch.search.internal.ScopePhase

Packages that use ScopePhase
org.elasticsearch.index.search.child   
org.elasticsearch.search.internal   
 

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

Classes in org.elasticsearch.index.search.child that implement ScopePhase
 class HasChildFilter
           
 class TopChildrenQuery
           
 

Uses of ScopePhase in org.elasticsearch.search.internal
 

Subinterfaces of ScopePhase in org.elasticsearch.search.internal
static interface ScopePhase.CollectorPhase
           
static interface ScopePhase.TopDocsPhase
           
 

Methods in org.elasticsearch.search.internal that return types with arguments of type ScopePhase
 List<ScopePhase> SearchContext.scopePhases()
           
 

Methods in org.elasticsearch.search.internal with parameters of type ScopePhase
 void SearchContext.addScopePhase(ScopePhase scopePhase)
           
 



Copyright © 2009-2012. All Rights Reserved.