Minor documentation tweaks.
authorWayne Schneider <wayne@indexdata.com>
Tue, 26 Jul 2016 16:10:19 +0000 (11:10 -0500)
committerWayne Schneider <wayne@indexdata.com>
Tue, 26 Jul 2016 16:10:19 +0000 (11:10 -0500)
Changes
README
doc/dev-install.md

diff --git a/Changes b/Changes
index 65392ae..224bc90 100644 (file)
--- 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 (file)
--- 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
index 2d3d481..4bcd020 100644 (file)
@@ -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.