public interface FilterParser
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.
|
String[] names()
@Nullable org.apache.lucene.search.Filter parse(QueryParseContext parseContext) throws IOException, QueryParsingException
IOException
QueryParsingException
Copyright © 2009–2015. All rights reserved.