Spring Data Solr

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

Packages that use CalculatedField
org.springframework.data.solr.core Provides the classes necessary for Solr support. 
org.springframework.data.solr.core.query   
 

Uses of CalculatedField in org.springframework.data.solr.core
 

Methods in org.springframework.data.solr.core with parameters of type CalculatedField
protected  String QueryParserBase.createCalculatedFieldFragment(CalculatedField calculatedField)
          Create SolrServer readable String representation for CalculatedField.
 

Uses of CalculatedField in org.springframework.data.solr.core.query
 

Classes in org.springframework.data.solr.core.query that implement CalculatedField
 class DistanceField
          Implementation of CalculatedField for geodist
 class SimpleCalculatedField
           
 


Spring Data Solr

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