org.elasticsearch.index.query
Class TermFilterParser

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

public class TermFilterParser
extends Object
implements FilterParser


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

TermFilterParser

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