Apache Solr SolrDocumentField 클래스

(PECL solr >= 0.9.2)


소개

이것은 Solr 문서의 필드를 나타냅니다. 모든 속성은 읽기 전용입니다.


클래스 개요

                  
final class SolrDocumentField {

  /* Properties */
  public readonly string $name;
  public readonly float $boost;
  public readonly array $values;

  /* Methods */
  public __construct()
  public __destruct()
}
                  
                

Properties

name
필드의 이름입니다.
boost
필드의 부스트 값
values
이 필드의 값 배열

목차