Spring Data Solr

Uses of Class
org.springframework.data.solr.core.query.AbstractFunction

Packages that use AbstractFunction
org.springframework.data.solr.core.query   
 

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

Subclasses of AbstractFunction in org.springframework.data.solr.core.query
 class CurrencyFunction
          Implementation of currency(field_name,[CODE])
 class DefaultValueFunction
          Implementation of def(field|function,defaultValue)
 class DistanceFunction
          Implementation of dist(power, pointA, pointB)
 class DivideFunction
          Implementation of div(x,y)
 class ExistsFunction
          Implementation of exists(field|function)
 class GeoDistanceFunction
          Implementation of geodist(sfield, latitude, longitude)
 class GeoHashFunction
          Implementation of geohash(latitude, longitude)
 class IfFunction
          Implementation of if(value|field|function,trueValue,falseValue)
 class MaxFunction
          Implementation of max(field|function,value)
 class NotFunction
          Implementation of not(field|function)
 class ProductFunction
          Implementation of product(x,y,...)
 class QueryFunction
          Implementation of query(x)
 class TermFrequencyFunction
          Implementation of termfreq(field,term)
 


Spring Data Solr

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