|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.util.AttributeSource
org.apache.lucene.queryParser.core.config.FieldConfig
public class FieldConfig
This class represents a field configuration. Every configuration should be
set using the methods inherited from AttributeSource.
QueryConfigHandler,
Attribute| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource |
|---|
org.apache.lucene.util.AttributeSource.AttributeFactory, org.apache.lucene.util.AttributeSource.State |
| Constructor Summary | |
|---|---|
FieldConfig(CharSequence fieldName)
Constructs a FieldConfig |
|
| Method Summary | |
|---|---|
CharSequence |
getFieldName()
Returns the field name this configuration represents. |
String |
toString()
|
| Methods inherited from class org.apache.lucene.util.AttributeSource |
|---|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldConfig(CharSequence fieldName)
FieldConfig
fieldName - the field name, it cannot be null
IllegalArgumentException - if the field name is null| Method Detail |
|---|
public CharSequence getFieldName()
public String toString()
toString in class org.apache.lucene.util.AttributeSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||