Author: kwright
Date: Fri Feb 28 11:16:34 2014
New Revision: 1572920
URL: http://svn.apache.org/r1572920
Log:
Fix for CONNECTORS-906. Committed on behalf of Graeme Seaton
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1572920&r1=1572919&r2=1572920&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Feb 28 11:16:34 2014
@@ -3,6 +3,10 @@ $Id$
======================= 1.6-dev =====================
+CONNECTORS-906: Include documentation section on advanced
+properties.xml settings.
+(Graeme Seaton)
+
CONNECTORS-890: Upgrade to Solr 4.7.0, and Httpclient 4.3.2.
(Karl Wright)
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1572920&r1=1572919&r2=1572920&view=diff
==============================================================================
---
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
(original)
+++
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
Fri Feb 28 11:16:34 2014
@@ -900,7 +900,7 @@ cd example
<p>The following table describes the configuration property file
properties, and what they do:</p>
<p></p>
<table>
- <caption>Property.xml properties</caption>
+ <caption>property.xml properties</caption>
<tr><th>Property</th><th>Required?</th><th>Function</th></tr>
<tr><td>org.apache.manifoldcf.login.name</td><td>No</td><td>Crawler UI login
user ID (defaults to "admin")</td></tr>
<tr><td>org.apache.manifoldcf.login.password</td><td>No</td><td>Crawler UI
login user password (defaults to "admin")</td></tr>
@@ -965,6 +965,17 @@ cd example
<tr><td>org.apache.manifoldcf.salt</td><td>Yes, if file encryption
is used</td><td>Specify the salt value to be used for encrypting the file to
which the crawler configuration is exported.</td></tr>
</table>
<p></p>
+ <p>The following table describes 'advanced' configuration property
file properties. They shouldn't need to be changed but provide a greater level
of customization:</p>
+ <p></p>
+ <table>
+ <caption>Advanced property.xml properties</caption>
+
<tr><th>Property</th><th>Required?</th><th>Default</th><th>Function</th></tr>
+
<tr><td>org.apache.manifoldcf.crawler.repository.store_history</td><td>No</td><td>true</td><td>If
you do not require reports from within this will disable logging to the
repository history (although the reports will still run they will not contain
any content). This can increase throughput and reduce the rate of growth of the
database.</td></tr>
+
<tr><td>org.apache.manifoldcf.db.postgres.analyze.<tablename></td><td>No</td>2000<td></td><td>For
postgresql, specify how many changes should be carried out before carrying out
an 'ANALYZE' on the specified table.</td></tr>
+
<tr><td>org.apache.manifoldcf.db.postgres.analyze.<tablename></td><td>No</td>250000<td></td><td>For
postgresql, specify how many changes should be carried out before carrying out
an 'REINDEX' on the specified table.</td></tr>
+
<tr><td>org.apache.manifoldcf.ui.maxstatuscount</td><td>No</td><td>10000</td><td>Set
the upper limit for the precise document count to be returned on the 'Status
and Job Management' page.</td></tr>
+ </table>
+ <p></p>
<p>The configuration file can also specify a set of directories
which will be searched for connector jars. The directive that adds to the
class path is:</p>
<p></p>
<p><libdir path="<em>path</em>"/></p>
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1572920&r1=1572919&r2=1572920&view=diff
==============================================================================
---
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
(original)
+++
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
Fri Feb 28 11:16:34 2014
@@ -900,7 +900,7 @@ cd example
<p>The following table describes the configuration property file
properties, and what they do:</p>
<p></p>
<table>
- <caption>Property.xml properties</caption>
+ <caption>property.xml properties</caption>
<tr><th>Property</th><th>Required?</th><th>Function</th></tr>
<tr><td>org.apache.manifoldcf.login.name</td><td>No</td><td>Crawler UI login
user ID (defaults to "admin")</td></tr>
<tr><td>org.apache.manifoldcf.login.password</td><td>No</td><td>Crawler UI
login user password (defaults to "admin")</td></tr>
@@ -965,6 +965,17 @@ cd example
<tr><td>org.apache.manifoldcf.salt</td><td>Yes, if file encryption
is used</td><td>Specify the salt value to be used for encrypting the file to
which the crawler configuration is exported.</td></tr>
</table>
<p></p>
+ <p>The following table describes 'advanced' configuration property
file properties. They shouldn't need to be changed but provide a greater level
of customization:</p>
+ <p></p>
+ <table>
+ <caption>Advanced property.xml properties</caption>
+
<tr><th>Property</th><th>Required?</th><th>Default</th><th>Function</th></tr>
+
<tr><td>org.apache.manifoldcf.crawler.repository.store_history</td><td>No</td><td>true</td><td>If
you do not require reports from within this will disable logging to the
repository history (although the reports will still run they will not contain
any content). This can increase throughput and reduce the rate of growth of the
database.</td></tr>
+
<tr><td>org.apache.manifoldcf.db.postgres.analyze.<tablename></td><td>No</td>2000<td></td><td>For
postgresql, specify how many changes should be carried out before carrying out
an 'ANALYZE' on the specified table.</td></tr>
+
<tr><td>org.apache.manifoldcf.db.postgres.analyze.<tablename></td><td>No</td>250000<td></td><td>For
postgresql, specify how many changes should be carried out before carrying out
an 'REINDEX' on the specified table.</td></tr>
+
<tr><td>org.apache.manifoldcf.ui.maxstatuscount</td><td>No</td><td>10000</td><td>Set
the upper limit for the precise document count to be returned on the 'Status
and Job Management' page.</td></tr>
+ </table>
+ <p></p>
<p>The configuration file can also specify a set of directories
which will be searched for connector jars. The directive that adds to the
class path is:</p>
<p></p>
<p><libdir path="<em>path</em>"/></p>