From 55dbb8363425ced517748ded774c376d11822f25 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 30 Jan 2013 11:20:30 +0100 Subject: [PATCH] new NEWS --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..d275d1b --- /dev/null +++ b/NEWS @@ -0,0 +1,15 @@ +LUI Solr +========================== +A Local Unified Index based on Solr. + +The following is a repackaging of Solr with a specific schema used in the +Library domain. The schema follows the pazpar2 data model used in many +library configuration and should be able to contain both MARC and Dublin Core +data. + +The LUI model extends the pazpar2 data model with concept of sub-database (or set), by +adding field database (and possible database_name) to the data. Data must not use these +fields for data. At some point it should be possible to configure which fields to use. + +In addition the field name "id" is defined as unique key to a record in the Solr index. +Adding a new record with the same id mean override the old record with new data. -- 1.7.10.4