org.elasticsearch.index.query
Class IndicesFilterParser

java.lang.Object
  extended by org.elasticsearch.index.query.IndicesFilterParser
All Implemented Interfaces:
FilterParser

public class IndicesFilterParser
extends Object
implements FilterParser


Field Summary
static String NAME
           
 
Constructor Summary
IndicesFilterParser(ClusterService clusterService)
           
 
Method Summary
 String[] names()
          The names this filter is registered under.
 org.apache.lucene.search.Filter parse(QueryParseContext parseContext)
          Parses the into a filter from the current parser location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

IndicesFilterParser

@Inject
public IndicesFilterParser(@Nullable
                                  ClusterService clusterService)
Method Detail

names

public String[] names()
Description copied from interface: FilterParser
The names this filter is registered under.

Specified by:
names in interface FilterParser

parse

public org.apache.lucene.search.Filter parse(QueryParseContext parseContext)
                                      throws IOException,
                                             QueryParsingException
Description copied from interface: FilterParser
Parses the into a filter from the current parser location. Will be at "START_OBJECT" location, and should end when the token is at the matching "END_OBJECT".

Specified by:
parse in interface FilterParser
Throws:
IOException
QueryParsingException


Copyright © 2009-2012. All Rights Reserved.