- All Known Implementing Classes:
SimpleField
public interface Field
-
Method Summary
Returns the name of the solr field.
Create a
Field
with given name.
-
Method Details
-
getName
Returns the name of the solr field.
- Returns:
- the field name
-
of
Create a
Field
with given name.
- Parameters:
name
- must not be null.
- Returns:
- new instance of
Field
.