Spring Data Solr

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

All Superinterfaces:
Field
All Known Implementing Classes:
DistanceField, SimpleCalculatedField

public interface CalculatedField
extends Field

Since:
1.1
Author:
Christoph Strobl

Method Summary
 String getAlias()
           
 Function getFunction()
           
 
Methods inherited from interface org.springframework.data.solr.core.query.Field
getName
 

Method Detail

getFunction

Function getFunction()

getAlias

String getAlias()

Spring Data Solr

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