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