Class Hierarchy
- java.lang.Object
- org.springframework.data.solr.core.query.AbstractFunction (implements org.springframework.data.solr.core.query.Function)
- org.springframework.data.solr.core.query.CurrencyFunction
- org.springframework.data.solr.core.query.DefaultValueFunction
- org.springframework.data.solr.core.query.DistanceFunction
- org.springframework.data.solr.core.query.DivideFunction
- org.springframework.data.solr.core.query.ExistsFunction
- org.springframework.data.solr.core.query.GeoDistanceFunction
- org.springframework.data.solr.core.query.GeoHashFunction
- org.springframework.data.solr.core.query.IfFunction
- org.springframework.data.solr.core.query.MaxFunction
- org.springframework.data.solr.core.query.NotFunction
- org.springframework.data.solr.core.query.ProductFunction
- org.springframework.data.solr.core.query.QueryFunction
- org.springframework.data.solr.core.query.TermFrequencyFunction
- org.springframework.data.solr.core.query.AbstractQueryDecorator (implements org.springframework.data.solr.core.query.Query)
- org.springframework.data.solr.core.query.AbstractFacetAndHighlightQueryDecorator (implements org.springframework.data.solr.core.query.FacetQuery, org.springframework.data.solr.core.query.HighlightQuery)
- org.springframework.data.solr.core.query.AbstractFacetQueryDecorator (implements org.springframework.data.solr.core.query.FacetQuery)
- org.springframework.data.solr.core.query.AbstractHighlightQueryDecorator (implements org.springframework.data.solr.core.query.HighlightQuery)
- org.springframework.data.solr.core.query.Criteria.Predicate
- org.springframework.data.solr.core.query.DistanceFunction.Builder
- org.springframework.data.solr.core.query.DivideFunction.Builder
- org.springframework.data.solr.core.query.FacetOptions
- org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
- org.springframework.data.solr.core.query.GroupOptions
- org.springframework.data.solr.core.query.HighlightOptions
- org.springframework.data.solr.core.query.IfFunction.Builder
- org.springframework.data.solr.core.query.Join
- org.springframework.data.solr.core.query.Join.Builder
- org.springframework.data.solr.core.query.Node
- org.springframework.data.solr.core.query.Criteria
- org.springframework.data.solr.core.query.AnyCriteria (implements org.springframework.data.solr.core.query.QueryStringHolder)
- org.springframework.data.solr.core.query.Crotch
- org.springframework.data.solr.core.query.SimpleStringCriteria (implements org.springframework.data.solr.core.query.QueryStringHolder)
- org.springframework.data.solr.core.query.Criteria
- org.springframework.data.solr.core.query.PartialUpdate (implements org.springframework.data.solr.core.query.Update)
- org.springframework.data.solr.core.query.ProductFunction.Builder
- org.springframework.data.solr.core.query.QueryParameterImpl (implements org.springframework.data.solr.core.query.QueryParameter)
- org.springframework.data.solr.core.query.FacetOptions.FacetParameter
- org.springframework.data.solr.core.query.HighlightOptions.HighlightParameter
- org.springframework.data.solr.core.query.SimpleCalculatedField (implements org.springframework.data.solr.core.query.CalculatedField)
- org.springframework.data.solr.core.query.DistanceField
- org.springframework.data.solr.core.query.SimpleField (implements org.springframework.data.solr.core.query.Field)
- org.springframework.data.solr.core.query.FieldWithQueryParameters<T> (implements java.lang.Iterable<T>)
- org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
- org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters<T,
R, G> - org.springframework.data.solr.core.query.FacetOptions.FieldWithDateRangeParameters
- org.springframework.data.solr.core.query.FacetOptions.FieldWithNumericRangeParameters
- org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
- org.springframework.data.solr.core.query.SimpleUpdateField (implements org.springframework.data.solr.core.query.UpdateField)
- org.springframework.data.solr.core.query.FieldWithQueryParameters<T> (implements java.lang.Iterable<T>)
- org.springframework.data.solr.core.query.SimpleFilterQuery (implements org.springframework.data.solr.core.query.FilterQuery)
- org.springframework.data.solr.core.query.SimplePivotField (implements org.springframework.data.solr.core.query.PivotField)
- org.springframework.data.solr.core.query.SimpleQuery (implements org.springframework.data.solr.core.query.FilterQuery, org.springframework.data.solr.core.query.Query)
- org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery (implements org.springframework.data.solr.core.query.FacetAndHighlightQuery)
- org.springframework.data.solr.core.query.SimpleFacetQuery (implements org.springframework.data.solr.core.query.FacetQuery)
- org.springframework.data.solr.core.query.SimpleHighlightQuery (implements org.springframework.data.solr.core.query.HighlightQuery)
- org.springframework.data.solr.core.query.SimpleTermsQuery (implements org.springframework.data.solr.core.query.TermsQuery)
- org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
- org.springframework.data.solr.core.query.SolrPageRequest (implements org.springframework.data.domain.Pageable)
- org.springframework.data.solr.core.query.SpellcheckOptions
- org.springframework.data.solr.core.query.StatsOptions
- org.springframework.data.solr.core.query.StatsOptions.FieldStatsOptions
- org.springframework.data.solr.core.query.TermFrequencyFunction.Builder
- org.springframework.data.solr.core.query.TermsOptions
- org.springframework.data.solr.core.query.TermsOptions.BoundTerm
- org.springframework.data.solr.core.query.AbstractFunction (implements org.springframework.data.solr.core.query.Function)
Interface Hierarchy
- org.springframework.data.solr.core.query.Field
- org.springframework.data.solr.core.query.CalculatedField
- org.springframework.data.solr.core.query.PivotField
- org.springframework.data.solr.core.query.ValueHoldingField
- org.springframework.data.solr.core.query.UpdateField
- org.springframework.data.solr.core.query.Function
- org.springframework.data.solr.core.query.Function.Context
- org.springframework.data.solr.core.query.QueryParameter
- org.springframework.data.solr.core.query.QueryStringHolder
- org.springframework.data.solr.core.query.SolrDataQuery
- org.springframework.data.solr.core.query.FilterQuery
- org.springframework.data.solr.core.query.Query
- org.springframework.data.solr.core.query.FacetQuery
- org.springframework.data.solr.core.query.FacetAndHighlightQuery (also extends org.springframework.data.solr.core.query.HighlightQuery)
- org.springframework.data.solr.core.query.HighlightQuery
- org.springframework.data.solr.core.query.FacetAndHighlightQuery (also extends org.springframework.data.solr.core.query.FacetQuery)
- org.springframework.data.solr.core.query.FacetQuery
- org.springframework.data.solr.core.query.TermsQuery
- org.springframework.data.solr.core.query.Update
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.data.solr.core.query.Criteria.OperationKey
- org.springframework.data.solr.core.query.DistanceFunction.Power
- org.springframework.data.solr.core.query.FacetOptions.FacetSort
- org.springframework.data.solr.core.query.Function.Context.Target
- org.springframework.data.solr.core.query.Query.Operator
- org.springframework.data.solr.core.query.TermsOptions.RegexFlag
- org.springframework.data.solr.core.query.TermsOptions.Sort
- org.springframework.data.solr.core.query.UpdateAction
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)