public class FieldDateResolutionMapAttributeImpl extends org.apache.lucene.util.AttributeImpl implements FieldDateResolutionMapAttribute
FieldDateResolutionFCListener.buildFieldConfig(org.apache.lucene.queryParser.core.config.FieldConfig)FieldDateResolutionMapAttribute,
Serialized Form| Constructor and Description |
|---|
FieldDateResolutionMapAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
boolean |
equals(java.lang.Object other) |
java.util.Map<java.lang.CharSequence,org.apache.lucene.document.DateTools.Resolution> |
getFieldDateResolutionMap() |
int |
hashCode() |
void |
setFieldDateResolutionMap(java.util.Map<java.lang.CharSequence,org.apache.lucene.document.DateTools.Resolution> dateRes) |
java.lang.String |
toString() |
public void setFieldDateResolutionMap(java.util.Map<java.lang.CharSequence,org.apache.lucene.document.DateTools.Resolution> dateRes)
setFieldDateResolutionMap in interface FieldDateResolutionMapAttributedateRes - a mapping from field name to its default boostpublic java.util.Map<java.lang.CharSequence,org.apache.lucene.document.DateTools.Resolution> getFieldDateResolutionMap()
getFieldDateResolutionMap in interface FieldDateResolutionMapAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic boolean equals(java.lang.Object other)
equals in class org.apache.lucene.util.AttributeImplpublic int hashCode()
hashCode in class org.apache.lucene.util.AttributeImplpublic java.lang.String toString()
toString in class org.apache.lucene.util.AttributeImplCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.