org.springframework.data.solr.core.query
Class SimpleField
java.lang.Object
org.springframework.data.solr.core.query.SimpleField
- All Implemented Interfaces:
- Field
- Direct Known Subclasses:
- FieldWithQueryParameters, SimpleUpdateField
public class SimpleField
- extends Object
- implements Field
The most trivial implementation of a Field
- Author:
- Christoph Strobl
SimpleField
public SimpleField(String name)
getName
public String getName()
- Description copied from interface:
Field
- Get the name of the field used in
schema.xml of solr server
- Specified by:
getName in interface Field
- Returns:
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.