NamedList.See: Description
| Interface | Description |
|---|---|
| CountEntry | |
| Cursor<T> |
Cursor provides a lazy loading abstraction for fetching documents. |
| FacetAndHighlightPage<T> |
FacetAndHighlightPage holds 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 query |
| FacetEntry |
FacetEntry is returned as result of a FacetQuery holding the key (eg. fieldname, query,...), value and valueCount for
the requested facet
|
| FacetFieldEntry |
Entry for facet on field
|
| FacetPage<T> |
FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.query
|
| FacetPivotFieldEntry |
Entry for facet pivot field.
|
| FacetQueryEntry |
Facet Entry for facet via query
|
| FacetQueryResult<T> |
Hold the results of a solr facet query.
|
| FieldStatsResult |
Specialization of
StatsResult to represent statistic information for a field. |
| GroupEntry<T> |
Representation of a group in a
GroupResult. |
| GroupPage<T> |
Representation of a Group result page, holding one
GroupResult for each grouping requested on a
org.springframework.data.solr.core.query.GroupQuery. |
| GroupResult<T> |
Representation of a group in response to group request (i.e. , , ) will have a
GroupResult representation. |
| HighlightPage<T> |
HighlightPage holds a page for each field targeted by the highlight query as well as the page values returned by the
solr query
|
| HighlightQueryResult<T> |
Hold the results of a solr highlight query.
|
| PageKey | |
| ScoredPage<T> |
Specific type of
Page holding max score information. |
| SpellcheckedPage<T> | |
| SpellcheckQueryResult | |
| StatsPage<T> |
Representation of a Stats result page, holding one
FieldStatsResult for each field statistic requested on a
Query through StatsOptions. |
| StatsResult |
Contract to define representation of statistic information requested using
StatsOptions. |
| TermsEntry | |
| TermsFieldEntry | |
| TermsPage |
| Class | Description |
|---|---|
| DelegatingCursor<T> |
DelegatingCursor is a base Cursor implementation that temporarily holds data fetched in one run and
delegates iteration. |
| DelegatingCursor.PartialResult<T> |
DelegatingCursor.PartialResult provided by a round trip to SolrClient loading data for an iteration. |
| FieldValueCountEntry | |
| HighlightEntry<T> |
Highlight result entry holding reference to domain object ({@link #getEntity()) as well as the highlights
|
| HighlightEntry.Highlight |
Highlight holds reference to the field highlighting was applied to, as well as the snipplets
|
| SimpleFacetFieldEntry |
The most trivial implementation of
FacetFieldEntry |
| SimpleFacetPivotEntry |
The most trivial implementation of
FacetPivotFieldEntry. |
| SimpleFacetQueryEntry |
Trivial implementation of
FacetQueryEntry |
| SimpleFieldStatsResult |
Trivial implementation of
FieldStatsResult. |
| SimpleGroupEntry<T> |
Represents a group holding the group value and all beans belonging to the group.
|
| SimpleGroupResult<T> |
This represents the result of a group command.
|
| SimpleStatsResult |
Trivial implementation of
StatsResult. |
| SimpleTermsFieldEntry | |
| SolrResultPage<T> |
Base implementation of page holding solr response entities.
|
| SpellcheckQueryResult.Alternative | |
| StringPageKey |
String implementation of
PageKey |
| TermsResultPage | |
| ValueCountEntry |
Implementation of
CountEntry |
| Enum | Description |
|---|---|
| Cursor.State |
NamedList.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.