org.elasticsearch.index.query
Class ScriptFilterParser

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

public class ScriptFilterParser
extends Object
implements FilterParser


Nested Class Summary
static class ScriptFilterParser.ScriptFilter
           
 
Field Summary
static String NAME
           
 
Constructor Summary
ScriptFilterParser()
           
 
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

ScriptFilterParser

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