public static property SearchApiSolrField::$schemaLabels in Search API Solr 7
Human-readable labels for Solr schema properties.
Type: array
File
- includes/
solr_field.inc, line 12
Class
- SearchApiSolrField
- Logic around Solr field schema information.
Code
public static $schemaLabels = array(
'I' => 'Indexed',
'T' => 'Tokenized',
'S' => 'Stored',
'M' => 'Multivalued',
'V' => 'TermVector Stored',
'o' => 'Store Offset With TermVector',
'p' => 'Store Position With TermVector',
'O' => 'Omit Norms',
'L' => 'Lazy',
'B' => 'Binary',
'C' => 'Compressed',
'f' => 'Sort Missing First',
'l' => 'Sort Missing Last',
);