java.lang.Object
org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
org.apache.lucene.queryparser.flexible.core.config.FieldConfig

public class FieldConfig extends AbstractQueryConfig
This class represents a field configuration.
  • Constructor Details

  • Method Details

    • getField

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

      public String toString()
      Overrides:
      toString in class Object