public class ScriptFilterParser extends Object implements FilterParser
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptFilterParser.ScriptFilter |
| Constructor and Description |
|---|
ScriptFilterParser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String NAME
@Inject public ScriptFilterParser()
public String[] names()
FilterParsernames in interface FilterParserpublic org.apache.lucene.search.Filter parse(QueryParseContext parseContext) throws IOException, QueryParsingException
FilterParserparse in interface FilterParserIOExceptionQueryParsingExceptionCopyright © 2009–2016. All rights reserved.