Die SolrDocument-Klasse
SolrDocument
&reftitle.intro;
Stellt ein Solr-Dokument dar, das aus einer Abfrageantwort abgerufen wurde.
&reftitle.classsynopsis;
SolrDocument
final
SolrDocument
ArrayAccess
Iterator
Serializable
&Constants;
const
int
SolrDocument::SORT_DEFAULT
1
const
int
SolrDocument::SORT_ASC
1
const
int
SolrDocument::SORT_DESC
2
const
int
SolrDocument::SORT_FIELD_NAME
1
const
int
SolrDocument::SORT_FIELD_VALUE_COUNT
2
const
int
SolrDocument::SORT_FIELD_BOOST_VALUE
4
&Methods;
&reftitle.constants;
SolrDocument::SORT_DEFAULT
Standardmodus für die Sortierung von Feldern innerhalb des Dokuments.
SolrDocument::SORT_ASC
Sortiert die Felder in aufsteigender Reihenfolge.
SolrDocument::SORT_DESC
Sortiert die Felder in absteigender Reihenfolge.
SolrDocument::SORT_FIELD_NAME
Sortiert die Felder nach Feldnamen.
SolrDocument::SORT_FIELD_VALUE_COUNT
Sortiert die Felder nach der Anzahl der Werte in jedem Feld.
SolrDocument::SORT_FIELD_BOOST_VALUE
Sortiert die Felder nach ihren Boost-Werten.
&reference.solr.entities.solrdocument;