Spring Data Solr

org.springframework.data.solr.core.query
Interface Field

All Known Subinterfaces:
CalculatedField, PivotField, UpdateField, ValueHoldingField
All Known Implementing Classes:
DistanceField, FacetOptions.FieldWithFacetParameters, FieldWithQueryParameters, HighlightOptions.FieldWithHighlightParameters, SimpleCalculatedField, SimpleField, SimplePivotField, SimpleUpdateField

public interface Field

Defines a Field that can be used within Criteria.

Author:
Christoph Strobl

Method Summary
 String getName()
          Get the name of the field used in schema.xml of solr server
 

Method Detail

getName

String getName()
Get the name of the field used in schema.xml of solr server

Returns:

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.