From 2486a272bfcff31f4e88f882222e255f6a89003b Mon Sep 17 00:00:00 2001 From: Wayne Schneider Date: Tue, 26 Jul 2016 11:10:19 -0500 Subject: [PATCH] Minor documentation tweaks. --- Changes | 1 + README | 3 ++- doc/dev-install.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 65392ae..224bc90 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,7 @@ - schema/solrconfig updates for Solr 5 - Includes Solr 5.5.1 - Remove RHEL packaging + - Remove zookeeper experiments - Rebuild Debian packaging 0.9 Thu Oct 22 12:35:00 UTC 2015 diff --git a/README b/README index 1eff166..7d7a9c5 100644 --- a/README +++ b/README @@ -12,8 +12,9 @@ adding field database (and possible database_name) to the data. Data must not us 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. +Adding a new record with the same id mean override the old record with new data. +For more information, see files in the doc/ directory. To build the Debian packages: $ ../git-tools/id-deb-build/id-mk-deb-changelog.sh && dpkg-buildpackage -us -uc diff --git a/doc/dev-install.md b/doc/dev-install.md index 2d3d481..4bcd020 100644 --- a/doc/dev-install.md +++ b/doc/dev-install.md @@ -59,5 +59,5 @@ lui-solr to it. ``` - The files in the 'conf/' directory will control the Solr - installation on the virtual machine. +The files in the 'conf/' directory will control the Solr +installation on the virtual machine. -- 1.7.10.4