public class FieldConfig extends AbstractQueryConfig
AttributeSource
.QueryConfigHandler
,
Attribute
AttributeSource.AttributeFactory, AttributeSource.State
Constructor and Description |
---|
FieldConfig(java.lang.CharSequence fieldName)
Deprecated.
use
FieldConfig(String) instead |
FieldConfig(java.lang.String fieldName)
Constructs a
FieldConfig |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getField()
Returns the field name this configuration represents.
|
java.lang.CharSequence |
getFieldName()
Deprecated.
use
getField() instead |
java.lang.String |
toString()
Returns a string representation of the object.
|
addAttribute, get, get, has, set, unset
addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState
@Deprecated public FieldConfig(java.lang.CharSequence fieldName)
FieldConfig(String)
insteadFieldConfig
fieldName
- the field name, it cannot be nulljava.lang.IllegalArgumentException
- if the field name is nullpublic FieldConfig(java.lang.String fieldName)
FieldConfig
fieldName
- the field name, it cannot be nulljava.lang.IllegalArgumentException
- if the field name is null@Deprecated public java.lang.CharSequence getFieldName()
getField()
insteadpublic java.lang.String getField()
public java.lang.String toString()
AttributeSource
toString
method
returns a string that "textually represents" this object.
WARNING: For backwards compatibility this method is implemented as in Lucene 2.9/3.0. In Lucene 4.0 this default implementation will be removed.
It is recommeneded to use AttributeSource.reflectAsString(boolean)
or AttributeSource.reflectWith(org.apache.lucene.util.AttributeReflector)
to get a well-defined output of AttributeSource's internals.
toString
in class AttributeSource
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.