The SolrDocumentField class
Guide
Edit on GitHub ✎
This represents a field in a Solr document. All its properties are read-only.
Intro
This represents a field in a Solr document. All its properties are read-only.
Class synopsis
class SolrDocumentField { }
Properties
nameThe name of the field.
boostThe boost value for the field
valuesAn array of values for this field
Solrdocumentfield