org.elasticsearch.search.internal
Interface ScopePhase

All Known Subinterfaces:
ScopePhase.CollectorPhase, ScopePhase.TopDocsPhase
All Known Implementing Classes:
HasChildFilter, TopChildrenQuery

public interface ScopePhase


Nested Class Summary
static interface ScopePhase.CollectorPhase
           
static interface ScopePhase.TopDocsPhase
           
 
Method Summary
 void clear()
           
 org.apache.lucene.search.Query query()
           
 String scope()
           
 

Method Detail

scope

String scope()

clear

void clear()

query

org.apache.lucene.search.Query query()


Copyright © 2009-2012. All Rights Reserved.