Class FieldConfig


  • public class FieldConfig
    extends AbstractQueryConfig
    This class represents a field configuration. Every configuration should be set using the methods inherited from AttributeSource.
    See Also:
    QueryConfigHandler, Attribute
    • Method Detail

      • getFieldName

        @Deprecated
        public CharSequence getFieldName()
        Deprecated.
        use getField() instead
        Returns the field name this configuration represents.
        Returns:
        the field name
      • getField

        public String getField()
        Returns the field name this configuration represents.
        Returns:
        the field name
      • toString

        public String toString()
        Overrides:
        toString in class org.apache.lucene.util.AttributeSource