PHP
The SolrDocument class
The SolrDocument class
(No version information available, might only be in Git)
Introduction
Represents a Solr document retrieved from a query response.
Class synopsis
public bool addField (
string $fieldName
,
string $fieldValue
)
public bool clear (
void )
public SolrDocumentField current (
void )
public SolrDocumentField __get (
string $fieldName
)
public SolrDocumentField getField (
string $fieldName
)
public bool __isset (
string $fieldName
)
public string key (
void )
public void next (
void )
public SolrDocumentField offsetGet (
string $fieldName
)
public void offsetSet (
string $fieldName
,
string $fieldValue
)
public bool reset (
void )
public bool __set (
string $fieldName
,
string $fieldValue
)
public bool sort (
int $sortOrderBy
[,
int $sortDirection
= SolrDocument::SORT_ASC ] )
public bool __unset (
string $fieldName
)
public bool valid (
void )
}
Predefined Constants
SolrDocument::SORT_DEFAULT
-
Default mode for sorting fields within the document.
SolrDocument::SORT_ASC
-
Sorts the fields in ascending order
SolrDocument::SORT_DESC
-
Sorts the fields in descending order
SolrDocument::SORT_FIELD_NAME
-
Sorts the fields by field name.
SolrDocument::SORT_FIELD_VALUE_COUNT
-
Sorts the fields by number of values in each field.
SolrDocument::SORT_FIELD_BOOST_VALUE
-
Sorts the fields by thier boost values.
Table of Contents
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 1963 / 248358608. Delta: 0.05387 с