org.elasticsearch.index.query
Class AndFilterParser

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

public class AndFilterParser
extends Object
implements FilterParser


Field Summary
static String NAME
           
 
Constructor Summary
AndFilterParser()
           
 
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

AndFilterParser

@Inject
public AndFilterParser()
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.