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 revisionBoth sides next revision
development:architecture:solr_index_schema [2017/06/21 13:24] – [VuFind 4.0] demiankatzdevelopment:architecture:solr_index_schema [2017/06/21 20:13] demiankatz
Line 75: Line 75:
 |language |string |language(s) of the record | |language |string |language(s) of the record |
 |last_indexed |date |see [[indexing:tracking_record_changes|Tracking Record Changes]] | |last_indexed |date |see [[indexing:tracking_record_changes|Tracking Record Changes]] |
 +|long_lat |geo | Coordinates for use in geographic features. |
 |long_lat_display |text | Human-readable latitude and longitude. | |long_lat_display |text | Human-readable latitude and longitude. |
 |long_lat_label |string | A descriptive label associated with the latitude and longitude. | |long_lat_label |string | A descriptive label associated with the latitude and longitude. |
Line 123: Line 124:
 |*_date |single date | |*_date |single date |
 |*_date_mv |multiValued date | |*_date_mv |multiValued date |
-|*_geo |multiValued geo-data (there is no single-valued equivalent) |+|*_geo |single geo-data 
 +|*_geo_mv |multiValued geo-data |
 |*_isn |single isn | |*_isn |single isn |
 |*_isn_mv |multiValued isn | |*_isn_mv |multiValued isn |
Line 143: Line 145:
 ==== VuFind 4.0 ==== ==== VuFind 4.0 ====
  
-The author_facet field is now stored as well as indexed for consistency with other facet fields. +The author_facet field is now stored as well as indexed for consistency with other facet fields. Changed long_lat from textFacet to geoand eliminated use of the dynamic location_geo field within the code; corrected the *_geo suffix to be single-valued for consistency, and added *_geo_mv.
- +
-This field was removedas it was only used by deprecated Google Maps functionality (the *_geo suffix takes its place): +
- +
-^ Field ^ Type ^ Description ^ +
-|long_lat |textFacet |comma-separated "longitude, latitude" value for use in geographic features |+
  
 ==== VuFind 3.1 ==== ==== VuFind 3.1 ====
development/architecture/solr_index_schema.txt · Last modified: 2023/11/10 20:30 by demiankatz