All Known Implementing Classes:
SimpleField

public interface Field
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the solr field.
    static Field
    of(String name)
    Create a Field with given name.
  • Method Details

    • getName

      String getName()
      Returns the name of the solr field.
      Returns:
      the field name
    • of

      static Field of(String name)
      Create a Field with given name.
      Parameters:
      name - must not be null.
      Returns:
      new instance of Field.