org.apache.lucene.util.Attribute
FieldDateResolutionMapAttributeImpl
@Deprecated public interface FieldDateResolutionMapAttribute extends org.apache.lucene.util.Attribute
FieldDateResolutionFCListener.buildFieldConfig(org.apache.lucene.queryParser.core.config.FieldConfig)
Modifier and Type | Method | Description |
---|---|---|
Map<CharSequence,org.apache.lucene.document.DateTools.Resolution> |
getFieldDateResolutionMap() |
Deprecated.
|
void |
setFieldDateResolutionMap(Map<CharSequence,org.apache.lucene.document.DateTools.Resolution> dateRes) |
Deprecated.
|
void setFieldDateResolutionMap(Map<CharSequence,org.apache.lucene.document.DateTools.Resolution> dateRes)
dateRes
- a mapping from field name to its default boostMap<CharSequence,org.apache.lucene.document.DateTools.Resolution> getFieldDateResolutionMap()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.