org.elasticsearch.search.internal
Class ContextIndexSearcher.Scopes

java.lang.Object
  extended by org.elasticsearch.search.internal.ContextIndexSearcher.Scopes
Enclosing class:
ContextIndexSearcher

public static final class ContextIndexSearcher.Scopes
extends java.lang.Object


Field Summary
static java.lang.String GLOBAL
           
static java.lang.String MAIN
           
static java.lang.String NA
           
 
Constructor Summary
ContextIndexSearcher.Scopes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN

public static final java.lang.String MAIN
See Also:
Constant Field Values

GLOBAL

public static final java.lang.String GLOBAL
See Also:
Constant Field Values

NA

public static final java.lang.String NA
See Also:
Constant Field Values
Constructor Detail

ContextIndexSearcher.Scopes

public ContextIndexSearcher.Scopes()