Spring Data Solr

Uses of Package
org.springframework.data.solr.core.query

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

Classes in org.springframework.data.solr.core.query used by org.springframework.data.solr.core
CalculatedField
           
Criteria
          Criteria is the central class when constructing queries.
Criteria.CriteriaEntry
          Single entry to be used when defining search criteria
FacetQuery
          Query to be used for faceting.
Field
          Defines a Field that can be used within Criteria.
FilterQuery
          Filter Queries are simple solr Queries applied after executing the original query.
Function
           
HighlightQuery
           
Query
          A Query that can be translated into a solr understandable Query.
Query.Operator
          Operator to be used for q.op
SolrDataQuery
          Common interface for any Query
TermsOptions
           
TermsQuery
           
 

Classes in org.springframework.data.solr.core.query used by org.springframework.data.solr.core.query
AbstractFunction
           
CalculatedField
           
Criteria
          Criteria is the central class when constructing queries.
Criteria.CriteriaEntry
          Single entry to be used when defining search criteria
Criteria.OperationKey
           
CurrencyFunction
          Implementation of currency(field_name,[CODE])
DefaultValueFunction
          Implementation of def(field|function,defaultValue)
DistanceFunction
          Implementation of dist(power, pointA, pointB)
DistanceFunction.Builder
           
DistanceFunction.Power
           
DivideFunction
          Implementation of div(x,y)
DivideFunction.Builder
           
ExistsFunction
          Implementation of exists(field|function)
FacetOptions
          Set of options that can be set on a FacetQuery
FacetOptions.FacetParameter
           
FacetOptions.FacetSort
           
FacetOptions.FieldWithFacetParameters
           
FacetQuery
          Query to be used for faceting.
Field
          Defines a Field that can be used within Criteria.
FieldWithQueryParameters
          Field that holds additional parameters to provide query hints to solr.
FilterQuery
          Filter Queries are simple solr Queries applied after executing the original query.
Function
           
GeoDistanceFunction
          Implementation of geodist(sfield, latitude, longitude)
GeoDistanceFunction.Builder
           
GeoHashFunction
          Implementation of geohash(latitude, longitude)
HighlightOptions
          Empty Options indicate to set hl=true.
HighlightOptions.FieldWithHighlightParameters
          Field with hightlight query parameters
HighlightOptions.HighlightParameter
          Query Parameter to be used for highlighting
HighlightQuery
           
IfFunction
          Implementation of if(value|field|function,trueValue,falseValue)
IfFunction.Builder
           
Join
          Abstraction for solr {@code !
Join.Builder
           
MaxFunction
          Implementation of max(field|function,value)
NotFunction
          Implementation of not(field|function)
PivotField
          Defines a field that could be used within a pivot facet query.
ProductFunction
          Implementation of product(x,y,...)
ProductFunction.Builder
           
Query
          A Query that can be translated into a solr understandable Query.
Query.Operator
          Operator to be used for q.op
QueryFunction
          Implementation of query(x)
QueryParameter
          Query Parameter to be used when executing query against solr server
QueryParameterImpl
          Trivial implementation of QueryParameter.
QueryStringHolder
          Class holding a solr readable QueryString that can be used with the q parameter.
SimpleCalculatedField
           
SimpleField
          The most trivial implementation of a Field
SimpleQuery
          Full implementation of Query that allows multiple options like pagination, grouping,...
SimpleTermsQuery
           
SimpleTermsQuery.Builder
           
SolrDataQuery
          Common interface for any Query
TermFrequencyFunction
          Implementation of termfreq(field,term)
TermFrequencyFunction.Builder
           
TermsOptions
           
TermsOptions.BoundTerm
           
TermsOptions.RegexFlag
           
TermsOptions.Sort
           
TermsQuery
           
Update
          Update one or more fields of a Document without touching the others.
UpdateAction
          Actions to be performed during an atomic field update.
UpdateField
           
ValueHoldingField
           
 

Classes in org.springframework.data.solr.core.query used by org.springframework.data.solr.core.query.result
Field
          Defines a Field that can be used within Criteria.
FilterQuery
          Filter Queries are simple solr Queries applied after executing the original query.
PivotField
          Defines a field that could be used within a pivot facet query.
 

Classes in org.springframework.data.solr.core.query used by org.springframework.data.solr.repository.query
Query
          A Query that can be translated into a solr understandable Query.
Query.Operator
          Operator to be used for q.op
SimpleQuery
          Full implementation of Query that allows multiple options like pagination, grouping,...
 

Classes in org.springframework.data.solr.core.query used by org.springframework.data.solr.repository.support
Query
          A Query that can be translated into a solr understandable Query.
 


Spring Data Solr

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