La classe SolrInputDocument

(PECL solr >= 0.9.2)

Introduction

Représente un document Solr qui est sur le point d'être envoyé à l'index Solr.

Synopsis de la classe

final SolrInputDocument {
/* Constantes */
const integer SORT_DEFAULT = 1 ;
const integer SORT_ASC = 1 ;
const integer SORT_DESC = 2 ;
const integer SORT_FIELD_NAME = 1 ;
const integer SORT_FIELD_VALUE_COUNT = 2 ;
const integer SORT_FIELD_BOOST_VALUE = 4 ;
/* Méthodes */
public bool addField ( string $fieldName , string $fieldValue [, float $fieldBoostValue = 0.0 ] )
public bool clear ( void )
public void __clone ( void )
public __construct ( void )
public bool deleteField ( string $fieldName )
public void __destruct ( void )
public bool fieldExists ( string $fieldName )
public float getBoost ( void )
public SolrDocumentField getField ( string $fieldName )
public float getFieldBoost ( string $fieldName )
public int getFieldCount ( void )
public array getFieldNames ( void )
public bool merge ( SolrInputDocument $sourceDoc [, bool $overwrite = true ] )
public bool reset ( void )
public bool setBoost ( float $documentBoostValue )
public bool setFieldBoost ( string $fieldName , float $fieldBoostValue )
public bool sort ( int $sortOrderBy [, int $sortDirection = SolrInputDocument::SORT_ASC ] )
public array toArray ( void )
}

Constantes pré-définies

Constantes de la classe SolrInputDocument

SolrInputDocument::SORT_DEFAULT

Tri par défaut des champs.

SolrInputDocument::SORT_ASC

Tri les champs de façon croissant.

SolrInputDocument::SORT_DESC

Tri les champs de façon décroissant.

SolrInputDocument::SORT_FIELD_NAME

Tri les champs par leur nom.

SolrInputDocument::SORT_FIELD_VALUE_COUNT

Tri les champs par le nombre de valeurs.

SolrInputDocument::SORT_FIELD_BOOST_VALUE

Tri les champs par la valeur de boost.

Sommaire

LoadingChargement en cours