public class IndicesFilterParser extends Object implements FilterParser
Constructor and Description |
---|
IndicesFilterParser(ClusterService clusterService) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
matchesIndices(String currentIndex,
String... indices) |
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 IndicesFilterParser(@Nullable ClusterService clusterService)
public String[] names()
FilterParser
names
in interface FilterParser
public org.apache.lucene.search.Filter parse(QueryParseContext parseContext) throws IOException, QueryParsingException
FilterParser
parse
in interface FilterParser
IOException
QueryParsingException
Copyright © 2009–2015. All rights reserved.