public class FieldConfig
extends org.apache.lucene.util.AttributeSource
AttributeSource.QueryConfigHandler,
Attribute| Constructor and Description |
|---|
FieldConfig(CharSequence fieldName)
Constructs a
FieldConfig |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getFieldName()
Returns the field name this configuration represents.
|
String |
toString() |
public FieldConfig(CharSequence fieldName)
FieldConfigfieldName - the field name, it cannot be nullIllegalArgumentException - if the field name is nullpublic CharSequence getFieldName()
public String toString()
toString in class org.apache.lucene.util.AttributeSourceCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.