| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.query.result |
Query result abstractions for Solr returned
NamedList. |
| Class and Description |
|---|
Cursor
Cursor provides a lazy loading abstraction for fetching documents. |
FacetAndHighlightPage
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 |
| FacetPage
FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.query
|
| GroupPage
Representation of a Group result page, holding one
GroupResult for each grouping requested on a
org.springframework.data.solr.core.query.GroupQuery. |
| HighlightPage
HighlightPage holds a page for each field targeted by the highlight query as well as the page values returned by the
solr query
|
| ScoredPage
Specific type of
Page holding max score information. |
| StatsPage
Representation of a Stats result page, holding one
FieldStatsResult for each field statistic requested on a
Query through StatsOptions. |
| TermsPage |
| Class and Description |
|---|
| CountEntry |
Cursor
Cursor provides a lazy loading abstraction for fetching documents. |
| Cursor.State |
DelegatingCursor
DelegatingCursor is a base Cursor implementation that temporarily holds data fetched in one run and
delegates iteration. |
DelegatingCursor.PartialResult
DelegatingCursor.PartialResult provided by a round trip to SolrClient loading data for an iteration. |
FacetAndHighlightPage
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
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
Hold the results of a solr facet query.
|
| FieldStatsResult
Specialization of
StatsResult to represent statistic information for a field. |
| FieldValueCountEntry |
| GroupEntry
Representation of a group in a
GroupResult. |
| GroupPage
Representation of a Group result page, holding one
GroupResult for each grouping requested on a
org.springframework.data.solr.core.query.GroupQuery. |
| GroupResult
Representation of a group in response to group request (i.e. , , ) will have a
GroupResult representation. |
| HighlightEntry
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
|
| HighlightPage
HighlightPage holds a page for each field targeted by the highlight query as well as the page values returned by the
solr query
|
| HighlightQueryResult
Hold the results of a solr highlight query.
|
| PageKey |
| ScoredPage
Specific type of
Page holding max score information. |
| SimpleStatsResult
Trivial implementation of
StatsResult. |
| SpellcheckedPage |
| SpellcheckQueryResult |
| SpellcheckQueryResult.Alternative |
| StatsPage
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 |
| ValueCountEntry
Implementation of
CountEntry |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.