Package org.springframework.data.solr.core.query.result
@NonNullApi
@NonNullFields
package org.springframework.data.solr.core.query.result
Query result abstractions for Solr returned
NamedList.-
ClassDescriptionCursor<T>
Cursorprovides a lazy loading abstraction for fetching documents.DelegatingCursoris a baseCursorimplementation that temporarily holds data fetched in one run and delegates iteration.DelegatingCursor.PartialResultprovided by a round trip to SolrClient loading data for an iteration.FacetAndHighlightPageholds a page for each field targeted by the facet query, each highlight returned by the highlight query as well as the page values returned by the solr queryFacetEntry is returned as result of a FacetQuery holding the key (eg.Entry for facet on fieldFacetPage<T>FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.queryEntry for facet pivot field.Facet Entry for facet via queryHold the results of a solr facet query.Specialization ofStatsResultto represent statistic information for a field.GroupEntry<T>Representation of a group in aGroupResult.GroupPage<T>Representation of a Group result page, holding oneGroupResultfor each grouping requested on aGroupOptions.GroupResult<T>Representation of a group in response to group request (i.e.Highlight result entry holding reference to domain object as well as the highlightsHighlight holds reference to the field highlighting was applied to, as well as the snippletsHighlightPage holds a page for each field targeted by the highlight query as well as the page values returned by the solr queryHold the results of a solr highlight query.ScoredPage<T>Specific type ofPageholding max score information.The most trivial implementation ofFacetFieldEntryThe most trivial implementation ofFacetPivotFieldEntry.Trivial implementation ofFacetQueryEntryTrivial implementation ofFieldStatsResult.Represents a group holding the group value and all beans belonging to the group.This represents the result of a group command.Trivial implementation ofStatsResult.Base implementation of page holding solr response entities.StatsPage<T>Representation of a Stats result page, holding oneFieldStatsResultfor each field statistic requested on aQuerythroughStatsOptions.Contract to define representation of statistic information requested usingStatsOptions.String implementation ofPageKeyImplementation ofCountEntry