Modifier and Type | Method and Description |
---|---|
MapperService.SmartNameFieldMappers |
MapperService.smartName(String smartName)
Returns smart field mappers based on a smart name.
|
MapperService.SmartNameFieldMappers |
MapperService.smartName(String smartName,
String[] types) |
Modifier and Type | Method and Description |
---|---|
MapperService.SmartNameFieldMappers |
QueryParseContext.smartFieldMappers(String name) |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.Filter |
QueryParsers.wrapSmartNameFilter(org.apache.lucene.search.Filter filter,
MapperService.SmartNameFieldMappers smartFieldMappers,
QueryParseContext parseContext) |
static org.apache.lucene.search.Query |
QueryParsers.wrapSmartNameQuery(org.apache.lucene.search.Query query,
MapperService.SmartNameFieldMappers smartFieldMappers,
QueryParseContext parseContext) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.analysis.Analyzer |
MatchQuery.getAnalyzer(FieldMapper mapper,
MapperService.SmartNameFieldMappers smartNameFieldMappers) |
Modifier and Type | Method and Description |
---|---|
MapperService.SmartNameFieldMappers |
PercolateContext.smartFieldMappers(String name) |
Modifier and Type | Method and Description |
---|---|
abstract MapperService.SmartNameFieldMappers |
SearchContext.smartFieldMappers(String name) |
MapperService.SmartNameFieldMappers |
FilteredSearchContext.smartFieldMappers(String name) |
MapperService.SmartNameFieldMappers |
DefaultSearchContext.smartFieldMappers(String name) |
Copyright © 2009–2015. All rights reserved.