From ca55c65b407361f26a4076006b9cf34183fea2d1 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Wed, 22 Apr 2015 16:39:29 +0200 Subject: [PATCH] Fix NEWS, IDMETA --- IDMETA | 2 +- NEWS | 17 ++--------------- README | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 README diff --git a/IDMETA b/IDMETA index 96ad1da..dfe46b1 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ NAME=masterkey-lui-solr -VERSION=0.6.2 +VERSION=0.7.snapshot DEBIAN_DIST="squeeze wheezy" UBUNTU_DIST="" diff --git a/NEWS b/NEWS index d275d1b..09d82cf 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,2 @@ -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. +0.7 WIP + - add dynamic binary field *_bin diff --git a/README b/README new file mode 100644 index 0000000..d275d1b --- /dev/null +++ b/README @@ -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