About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:architecture:solr_index_schema

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
development:architecture:solr_index_schema [2022/02/10 13:04] – [Recommended Dynamic Fields] demiankatzdevelopment:architecture:solr_index_schema [2023/10/26 11:48] demiankatz
Line 115: Line 115:
  
   * doi_str_mv - [[https://en.wikipedia.org/wiki/Digital_object_identifier|DOI]](s) for the record   * doi_str_mv - [[https://en.wikipedia.org/wiki/Digital_object_identifier|DOI]](s) for the record
 +  * hierarchy_all_parents_str_mv - can be populated to allow "deep searching" of collections; see [[indexing:hierarchies_and_collections|Hierarchies and Collections]] for details.
   * previous_id_str_mv - the Solr [[development:plugins:fallback_record_loaders|fallback record loader]] can be configured to use this field (or any other field) as a backup source of record IDs; this functionality is disabled by default and was introduced in VuFind 8.1.   * previous_id_str_mv - the Solr [[development:plugins:fallback_record_loaders|fallback record loader]] can be configured to use this field (or any other field) as a backup source of record IDs; this functionality is disabled by default and was introduced in VuFind 8.1.
   * upc_str_mv - UPC code(s) for the record   * upc_str_mv - UPC code(s) for the record
Line 145: Line 146:
  
 ===== Changelog ===== ===== Changelog =====
 +
 +==== VuFind 10.0 ====
 +
 +Support was added for the optional hierarchy_all_parents_str_mv dynamic field.
 +
 +==== VuFind 9.0 ====
 +
 +The author_fuller and author2_fuller fields were removed.
 +
 +The author and author_variant fields have had storeOffsetsWithPositions="true" added, to fix a highlighting problem introduced by Solr 9 (highlighting fails if termVectors is true and storeOffsetsWithPositions is not true).
  
 ==== VuFind 8.1 ==== ==== VuFind 8.1 ====
-Support was added for the uuid_str_mv dynamic field.+Support was added for the previous_id_str_mv and uuid_str_mv dynamic fields.
  
 ==== VuFind 8.0 ==== ==== VuFind 8.0 ====
Line 230: Line 241:
  
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
development/architecture/solr_index_schema.txt · Last modified: 2023/11/10 20:30 by demiankatz