You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/02 23:25:39 UTC

svn commit: r1345585 [19/33] - in /incubator/lcf/site/publish: ./ en_US/ ja_JP/ release/trunk/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/alfresc...

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/RepositoryConnectorFactory.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/RepositoryConnectorFactory.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/RepositoryConnectorFactory.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/RepositoryConnectorFactory.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:03 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:34 EDT 2012 -->
 <TITLE>
 RepositoryConnectorFactory
 </TITLE>
@@ -614,7 +614,7 @@ public static <A HREF="../../../../../or
                                                   int[]&nbsp;maxPoolSizes)
                                            throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Get multiple repository connectors, all at once.  Do this in a particular order
+<DD>Get multiple repository connectors, all at once.  Do this in a particular order
  so that any connector exhaustion will not cause a deadlock.
 <P>
 <DD><DL>
@@ -634,11 +634,11 @@ public static <A HREF="../../../../../or
                                         int&nbsp;maxPoolSize)
                                  throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Get a repository connector.
+<DD>Get a repository connector.
  The connector is specified by its class and its parameters.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>threadContext</CODE> - is the current thread context.<DD><CODE>className</CODE> - is the name of the class to get a connector for.<DD><CODE>configInfo</CODE> - are the name/value pairs constituting configuration info
+<DT><B>Parameters:</B><DD><CODE>threadContext</CODE> - is the current thread context.<DD><CODE>className</CODE> - is the name of the class to get a connector for.<DD><CODE>configInfo</CODE> - are the name/value pairs constituting configuration info
  for this class.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -684,7 +684,7 @@ pollAllConnectors</H3>
 public static void <B>pollAllConnectors</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IThreadContext.html" title="interface in org.apache.manifoldcf.core.interfaces">IThreadContext</A>&nbsp;threadContext)
                               throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Idle notification for inactive repository connector handles.
+<DD>Idle notification for inactive repository connector handles.
  This method polls all inactive handles.
 <P>
 <DD><DL>
@@ -701,8 +701,8 @@ closeAllConnectors</H3>
 public static void <B>closeAllConnectors</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IThreadContext.html" title="interface in org.apache.manifoldcf.core.interfaces">IThreadContext</A>&nbsp;threadContext)
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Clean up all open repository connector handles.
- This method is called when the connector pool needs to be flushed,
+<DD>Clean up all open repository connector handles.
+ This method is called when the connector pool needs to be flushed,
  to free resources.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/ScheduleRecord.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/ScheduleRecord.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/ScheduleRecord.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/ScheduleRecord.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:03 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:34 EDT 2012 -->
 <TITLE>
 ScheduleRecord
 </TITLE>
@@ -100,8 +100,8 @@ java.lang.Object
 </PRE>
 
 <P>
-This class describes a single scheduling record, which describes a matching date and time for
- a job to be started or unblocked.  It also describes the throttle rate that should be in effect
+This class describes a single scheduling record, which describes a matching date and time for
+ a job to be started or unblocked.  It also describes the throttle rate that should be in effect
  for the interval.  This class is immutable.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.ParseBuffer.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.ParseBuffer.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.ParseBuffer.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.ParseBuffer.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:03 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:34 EDT 2012 -->
 <TITLE>
 SortOrder.ParseBuffer
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.SortSpec.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.SortSpec.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.SortSpec.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.SortSpec.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:03 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:34 EDT 2012 -->
 <TITLE>
 SortOrder.SortSpec
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/SortOrder.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:03 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:34 EDT 2012 -->
 <TITLE>
 SortOrder
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/StatusFilterCriteria.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/StatusFilterCriteria.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/StatusFilterCriteria.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/StatusFilterCriteria.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:03 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:34 EDT 2012 -->
 <TITLE>
 StatusFilterCriteria
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-frame.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-frame.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:11 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:43 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.interfaces
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-summary.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-summary.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:11 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:43 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.interfaces
 </TITLE>
@@ -141,7 +141,7 @@ Package org.apache.manifoldcf.crawler.in
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/crawler/interfaces/IRepositoryConnector.html" title="interface in org.apache.manifoldcf.crawler.interfaces">IRepositoryConnector</A></B></TD>
-<TD>This interface describes an instance of a connection between a repository and ManifoldCF's
+<TD>This interface describes an instance of a connection between a repository and ManifoldCF's
  standard "pull" ingestion agent.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -180,7 +180,7 @@ Package org.apache.manifoldcf.crawler.in
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/crawler/interfaces/Connectors.html" title="class in org.apache.manifoldcf.crawler.interfaces">Connectors</A></B></TD>
-<TD>This class represents the configuration data read from the 'connectors.xml' file, which
+<TD>This class represents the configuration data read from the 'connectors.xml' file, which
  describes all the individual connector classes and their pretty names.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -189,7 +189,7 @@ Package org.apache.manifoldcf.crawler.in
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/crawler/interfaces/DocumentDescription.html" title="class in org.apache.manifoldcf.crawler.interfaces">DocumentDescription</A></B></TD>
-<TD>This class describes a document to be fetched and processes, plus the job it's being fetched as part of, and
+<TD>This class describes a document to be fetched and processes, plus the job it's being fetched as part of, and
  the time beyond which a failed fetch is considered to be a hard error.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -198,7 +198,7 @@ Package org.apache.manifoldcf.crawler.in
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/crawler/interfaces/DocumentSpecification.html" title="class in org.apache.manifoldcf.crawler.interfaces">DocumentSpecification</A></B></TD>
-<TD>This class represents a document specification, which is a generalized hierarchy of nodes that
+<TD>This class represents a document specification, which is a generalized hierarchy of nodes that
  can be interpreted by a repository connector in an appropriate way.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -227,7 +227,7 @@ Package org.apache.manifoldcf.crawler.in
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/crawler/interfaces/PerformanceStatistics.AveragingQueue.html" title="class in org.apache.manifoldcf.crawler.interfaces">PerformanceStatistics.AveragingQueue</A></B></TD>
-<TD>This class keeps track of some depth of fetch history for an individual connection, and is used to calculate a
+<TD>This class keeps track of some depth of fetch history for an individual connection, and is used to calculate a
  weighted average fetches-per-minute rate.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -284,7 +284,7 @@ Package org.apache.manifoldcf.crawler.in
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/manifoldcf/crawler/interfaces/ScheduleRecord.html" title="class in org.apache.manifoldcf.crawler.interfaces">ScheduleRecord</A></B></TD>
-<TD>This class describes a single scheduling record, which describes a matching date and time for
+<TD>This class describes a single scheduling record, which describes a matching date and time for
  a job to be started or unblocked.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-tree.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/package-tree.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:11 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:43 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.interfaces Class Hierarchy
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.DuplicateFinder.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.DuplicateFinder.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.DuplicateFinder.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.DuplicateFinder.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 Carrydown.DuplicateFinder
 </TITLE>
@@ -214,7 +214,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/Carrydown.DuplicateFinder.html#doesCompareWork()">doesCompareWork</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
  the same type.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -345,7 +345,7 @@ doesCompareWork</H3>
 <PRE>
 public boolean <B>doesCompareWork</B>()</PRE>
 <DL>
-<DD>See if this class can be legitimately compared against another of
+<DD>See if this class can be legitimately compared against another of
  the same type.
 <P>
 <DD><DL>
@@ -363,8 +363,8 @@ duplicate</H3>
 <PRE>
 public <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html" title="interface in org.apache.manifoldcf.core.interfaces">ILimitChecker</A> <B>duplicate</B>()</PRE>
 <DL>
-<DD>Create a duplicate of this class instance.  All current state should be preserved.
- NOTE: Since doesCompareWork() returns false, queries using this limit checker cannot
+<DD>Create a duplicate of this class instance.  All current state should be preserved.
+ NOTE: Since doesCompareWork() returns false, queries using this limit checker cannot
  be cached, and therefore duplicate() is never called from the query executor.
 <P>
 <DD><DL>
@@ -382,7 +382,7 @@ hashCode</H3>
 <PRE>
 public int <B>hashCode</B>()</PRE>
 <DL>
-<DD>Find the hashcode for this class.  This will only ever be used if
+<DD>Find the hashcode for this class.  This will only ever be used if
  doesCompareWork() returns true.
 <P>
 <DD><DL>
@@ -400,7 +400,7 @@ equals</H3>
 <PRE>
 public boolean <B>equals</B>(java.lang.Object&nbsp;object)</PRE>
 <DL>
-<DD>Compare two objects and see if equal.  This will only ever be used
+<DD>Compare two objects and see if equal.  This will only ever be used
  if doesCompareWork() returns true.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ResultDuplicateEliminator.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ResultDuplicateEliminator.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ResultDuplicateEliminator.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ResultDuplicateEliminator.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 Carrydown.ResultDuplicateEliminator
 </TITLE>
@@ -186,7 +186,7 @@ Limit checker which removes duplicate ro
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/Carrydown.ResultDuplicateEliminator.html#doesCompareWork()">doesCompareWork</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
  the same type.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -278,7 +278,7 @@ doesCompareWork</H3>
 public boolean <B>doesCompareWork</B>()</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html#doesCompareWork()">ILimitChecker</A></CODE></B></DD>
-<DD>See if this class can be legitimately compared against another of
+<DD>See if this class can be legitimately compared against another of
  the same type.
 <P>
 <DD><DL>
@@ -315,7 +315,7 @@ hashCode</H3>
 public int <B>hashCode</B>()</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html#hashCode()">ILimitChecker</A></CODE></B></DD>
-<DD>Find the hashcode for this class.  This will only ever be used if
+<DD>Find the hashcode for this class.  This will only ever be used if
  doesCompareWork() returns true.
 <P>
 <DD><DL>
@@ -334,7 +334,7 @@ equals</H3>
 public boolean <B>equals</B>(java.lang.Object&nbsp;object)</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html#equals(java.lang.Object)">ILimitChecker</A></CODE></B></DD>
-<DD>Compare two objects and see if equal.  This will only ever be used
+<DD>Compare two objects and see if equal.  This will only ever be used
  if doesCompareWork() returns true.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ValueRecord.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ValueRecord.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ValueRecord.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.ValueRecord.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 Carrydown.ValueRecord
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/Carrydown.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 Carrydown
 </TITLE>
@@ -101,21 +101,21 @@ java.lang.Object
 </PRE>
 
 <P>
-This class manages the table that keeps track of intrinsic relationships between documents.
- 
- <br><br>
- <b>carrydown</b>
- <table border="1" cellpadding="3" cellspacing="0">
- <tr class="TableHeadingColor">
- <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
- <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
- <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>childidhash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>dataname</td><td>VARCHAR(255)</td><td></td></tr>
- <tr><td>datavaluehash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>datavalue</td><td>LONGTEXT</td><td></td></tr>
- <tr><td>isnew</td><td>CHAR(1)</td><td></td></tr>
- </table>
+This class manages the table that keeps track of intrinsic relationships between documents.
+ 
+ <br><br>
+ <b>carrydown</b>
+ <table border="1" cellpadding="3" cellspacing="0">
+ <tr class="TableHeadingColor">
+ <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
+ <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>childidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>dataname</td><td>VARCHAR(255)</td><td></td></tr>
+ <tr><td>datavaluehash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>datavalue</td><td>LONGTEXT</td><td></td></tr>
+ <tr><td>isnew</td><td>CHAR(1)</td><td></td></tr>
+ </table>
  <br><br>
 <P>
 
@@ -435,7 +435,7 @@ This class manages the table that keeps 
                java.lang.String[]&nbsp;parentDocumentIDHashes)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return all records belonging to the specified parent documents to the base state,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return all records belonging to the specified parent documents to the base state,
  and delete the old (eliminated) child records.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -571,7 +571,7 @@ ISNEW_BASE</H3>
 <PRE>
 protected static final int <B>ISNEW_BASE</B></PRE>
 <DL>
-<DD>The standard value for the "isnew" field.  Means that the link existed prior to this scan, and no new link
+<DD>The standard value for the "isnew" field.  Means that the link existed prior to this scan, and no new link
  was found yet.
 <P>
 <DL>
@@ -795,7 +795,7 @@ public void <B>restoreRecords</B>(java.l
                            java.lang.String[]&nbsp;parentDocumentIDHashes)
                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Return all records belonging to the specified parent documents to the base state,
+<DD>Return all records belonging to the specified parent documents to the base state,
  and delete the old (eliminated) child records.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/DeleteDependency.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/DeleteDependency.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/DeleteDependency.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/DeleteDependency.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 DeleteDependency
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/EventManager.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/EventManager.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/EventManager.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/EventManager.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 EventManager
 </TITLE>
@@ -101,17 +101,17 @@ java.lang.Object
 </PRE>
 
 <P>
-This class manages the events table.
- A row in this table indicates that a specific event sequence is in progress.  For example, a login sequence for a specific web domain
- may be underway.  During the time that the event is taking place, no documents that depend on that event will be queued for processing.
- 
- <br><br>
- <b>events</b>
- <table border="1" cellpadding="3" cellspacing="0">
- <tr class="TableHeadingColor">
- <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
- <tr><td>name</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>
- </table>
+This class manages the events table.
+ A row in this table indicates that a specific event sequence is in progress.  For example, a login sequence for a specific web domain
+ may be underway.  During the time that the event is taking place, no documents that depend on that event will be queued for processing.
+ 
+ <br><br>
+ <b>events</b>
+ <table border="1" cellpadding="3" cellspacing="0">
+ <tr class="TableHeadingColor">
+ <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <tr><td>name</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>
+ </table>
  <br><br>
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.Answer
 </TITLE>
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents an answer - which consists both of an answer value, and also the dependencies
+This class represents an answer - which consists both of an answer value, and also the dependencies
  of that answer (i.e. the add dependencies and delete dependencies).
 <P>
 
@@ -420,7 +420,7 @@ initialize</H3>
 <PRE>
 public void <B>initialize</B>(int&nbsp;value)</PRE>
 <DL>
-<DD>Initialize this answer object.  This sets the answer value to ANSWER_INFINITY
+<DD>Initialize this answer object.  This sets the answer value to ANSWER_INFINITY
  and clears the maps.
 <P>
 <DD><DL>
@@ -451,12 +451,12 @@ public void <B>merge</B>(<A HREF="../../
                   java.lang.String&nbsp;parentIDHash,
                   java.lang.String&nbsp;childIDHash)</PRE>
 <DL>
-<DD>Update the current answer, using a child link's information and answer.
- This method basically decides if the child is relevant, and if so merges the answer from the
+<DD>Update the current answer, using a child link's information and answer.
+ This method basically decides if the child is relevant, and if so merges the answer from the
  child together with the current value stored here.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>childAnswer</CODE> - is the current answer found for the child.<DD><CODE>isIncrementingLink</CODE> - is true if this link is the kind being counted, and thus increments
+<DT><B>Parameters:</B><DD><CODE>childAnswer</CODE> - is the current answer found for the child.<DD><CODE>isIncrementingLink</CODE> - is true if this link is the kind being counted, and thus increments
  the hopcount.<DD><CODE>linkType</CODE> - is the type of THIS link (for building appropriate delete dependency).<DD><CODE>parentIDHash</CODE> - is the hash of the parent document id for THIS link.<DD><CODE>childIDHash</CODE> - is the hash of the child document id for THIS link.</DL>
 </DD>
 </DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentHash.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentHash.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentHash.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentHash.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.DocumentHash
 </TITLE>
@@ -103,11 +103,11 @@ java.lang.Object
 </PRE>
 
 <P>
-The Document Hash structure contains the document nodes we are interested in, including those we need answers
- for to proceed.  The main interface involves specifying a set of questions and receiving the answers.  This
- structure permits multiple requests to be made to each object, and in-memory caching is used to reduce the amount of database
- activity as much as possible.
- It is also presumed that these requests take place inside of the appropriate transactions, since both read and write
+The Document Hash structure contains the document nodes we are interested in, including those we need answers
+ for to proceed.  The main interface involves specifying a set of questions and receiving the answers.  This
+ structure permits multiple requests to be made to each object, and in-memory caching is used to reduce the amount of database
+ activity as much as possible.
+ It is also presumed that these requests take place inside of the appropriate transactions, since both read and write
  database activity may well occur.
 <P>
 
@@ -345,9 +345,9 @@ evaluationQueue</H3>
 <PRE>
 protected <A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.NodeQueue.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.NodeQueue</A> <B>evaluationQueue</B></PRE>
 <DL>
-<DD>This is the queue for evaluating nodes.  For all of these nodes, the processing
- has begun: all child nodes have been queued, and at least a partial answer is present.  Evaluating one
- of these nodes involves potentially updating the node's answer, and when that is done, all listed parents
+<DD>This is the queue for evaluating nodes.  For all of these nodes, the processing
+ has begun: all child nodes have been queued, and at least a partial answer is present.  Evaluating one
+ of these nodes involves potentially updating the node's answer, and when that is done, all listed parents
  will be requeued on this queue.
 <P>
 <DL>
@@ -507,7 +507,7 @@ makeNodeComplete</H3>
 protected void <B>makeNodeComplete</B>(<A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.DocumentNode</A>&nbsp;node)
                          throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Make a node be complete.  This involves writing the node's data to the database,
+<DD>Make a node be complete.  This involves writing the node's data to the database,
  if appropriate.
 <P>
 <DD><DL>
@@ -524,8 +524,8 @@ queueQuestions</H3>
 protected <A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.DocumentNode</A>[] <B>queueQuestions</B>(<A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Question.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Question</A>[]&nbsp;questions)
                                           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Queue up a set of questions.  If the question is completed, nothing is done and the node is
- returned. If the question is queued already, the node may be modified if the question is more specific than what was
+<DD>Queue up a set of questions.  If the question is completed, nothing is done and the node is
+ returned. If the question is queued already, the node may be modified if the question is more specific than what was
  already there.  In any case, if the answer isn't ready, null is returned.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.DocumentNode
 </TITLE>
@@ -103,14 +103,14 @@ java.lang.Object
 </PRE>
 
 <P>
-This class keeps track of the data associated with a node in the hash map.
- This basically includes the following:
- - the document identifier
- - the 'question' that was asked, which has the form (link type, maximum distance)
- - possibly the 'answer' to the question, which is either ">(maximum distance)", or a number.
- - references to the nodes which care about this answer, if they are still queued.
- - summary of the information we've gathered from children so far (if answer not known yet)
- - references to the children of this node that can affect the answer, including link details
+This class keeps track of the data associated with a node in the hash map.
+ This basically includes the following:
+ - the document identifier
+ - the 'question' that was asked, which has the form (link type, maximum distance)
+ - possibly the 'answer' to the question, which is either ">(maximum distance)", or a number.
+ - references to the nodes which care about this answer, if they are still queued.
+ - summary of the information we've gathered from children so far (if answer not known yet)
+ - references to the children of this node that can affect the answer, including link details
    (if answer not known yet)
 <P>
 
@@ -188,7 +188,7 @@ This class keeps track of the data assoc
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html#startingAnswer">startingAnswer</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The answer, as calculated up to the level of all the completed children, which will
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The answer, as calculated up to the level of all the completed children, which will
  not include incomplete child references of this node.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -514,8 +514,8 @@ startingAnswer</H3>
 <PRE>
 protected <A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Answer</A> <B>startingAnswer</B></PRE>
 <DL>
-<DD>The answer, as calculated up to the level of all the completed children, which will
- not include incomplete child references of this node.  This is a starting point for every reassessment
+<DD>The answer, as calculated up to the level of all the completed children, which will
+ not include incomplete child references of this node.  This is a starting point for every reassessment
  of this node's current answer.  It is adjust only when additional children are noted as being complete.
 <P>
 <DL>
@@ -528,7 +528,7 @@ trialAnswer</H3>
 <PRE>
 protected <A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Answer</A> <B>trialAnswer</B></PRE>
 <DL>
-<DD>The current best answer.  This takes into account the current status of all the child nodes.  If the
+<DD>The current best answer.  This takes into account the current status of all the child nodes.  If the
  node is not complete, then the answer must be viewed as being less than or equal to this value.
 <P>
 <DL>
@@ -541,14 +541,14 @@ bestPossibleAnswer</H3>
 <PRE>
 protected <A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Answer</A> <B>bestPossibleAnswer</B></PRE>
 <DL>
-<DD>The best (lowest) possible answer value for this node.  This value is calculated based on the known
- child link structure of a node, and can only increase.  The value will start low (at 0) and will climb
- as more knowledge is gained, as the children's best possible answer value increases upon re-evaluation.
- When the trial answer (above) reaches a value equal to the best possible value, then the node will be
- immediately marked as "complete", and further processing will be considered unnecessary.
- As far as dependencies are concerned, the bestPossibleAnswer includes dependencies that have gone
- into its assessment.  These dependencies represent what would need to be changed to invalidate
- the answer as it stands.  (Invalidation means that a smaller best possible answer would be possible, so
+<DD>The best (lowest) possible answer value for this node.  This value is calculated based on the known
+ child link structure of a node, and can only increase.  The value will start low (at 0) and will climb
+ as more knowledge is gained, as the children's best possible answer value increases upon re-evaluation.
+ When the trial answer (above) reaches a value equal to the best possible value, then the node will be
+ immediately marked as "complete", and further processing will be considered unnecessary.
+ As far as dependencies are concerned, the bestPossibleAnswer includes dependencies that have gone
+ into its assessment.  These dependencies represent what would need to be changed to invalidate
+ the answer as it stands.  (Invalidation means that a smaller best possible answer would be possible, so
  only add dependencies would need consideration.)
 <P>
 <DL>
@@ -597,10 +597,10 @@ childReferences</H3>
 <PRE>
 protected java.util.Map <B>childReferences</B></PRE>
 <DL>
-<DD>Child node references.  This is a reference to an actual document node object which has a parent reference
- back to this one.  If the child node is modified, there is an obligation to cause the parent node to be
- re-evaluated.  The re-evaluation process examines all child nodes and may adjust the status of the trial
- answer, and may indeed even remove the reference to the child.
+<DD>Child node references.  This is a reference to an actual document node object which has a parent reference
+ back to this one.  If the child node is modified, there is an obligation to cause the parent node to be
+ re-evaluated.  The re-evaluation process examines all child nodes and may adjust the status of the trial
+ answer, and may indeed even remove the reference to the child.
  This map contains NodeReference objects.
 <P>
 <DL>
@@ -693,7 +693,7 @@ getFinalAnswer</H3>
 <PRE>
 public int <B>getFinalAnswer</B>()</PRE>
 <DL>
-<DD>Get an answer that's final.
+<DD>Get an answer that's final.
  Returns "unknown" if the current answer is incomplete.
 <P>
 <DD><DL>
@@ -863,7 +863,7 @@ addParent</H3>
 <PRE>
 public void <B>addParent</B>(<A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.DocumentNode</A>&nbsp;parent)</PRE>
 <DL>
-<DD>Add a parent who should be notified if this node's answer changes.
+<DD>Add a parent who should be notified if this node's answer changes.
  The parent is responsible for figuring out when this reference should be removed.
 <P>
 <DD><DL>
@@ -916,7 +916,7 @@ removeParent</H3>
 <PRE>
 public void <B>removeParent</B>(<A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.DocumentNode.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.DocumentNode</A>&nbsp;parent)</PRE>
 <DL>
-<DD>Remove a parent.  This method will get called when the parent's answer no longer can be affected by
+<DD>Remove a parent.  This method will get called when the parent's answer no longer can be affected by
  this child's answer (probably because the child's answer has become complete).
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentReference.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentReference.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentReference.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.DocumentReference.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.DocumentReference
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeQueue.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeQueue.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeQueue.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeQueue.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.NodeQueue
 </TITLE>
@@ -103,8 +103,8 @@ java.lang.Object
 </PRE>
 
 <P>
-A queue object allows document nodes to be ordered appropriately for the most efficient execution.
- The queue handles DocumentNode objects exclusively.  Mapping of Question to DocumentNode object
+A queue object allows document nodes to be ordered appropriately for the most efficient execution.
+ The queue handles DocumentNode objects exclusively.  Mapping of Question to DocumentNode object
  involves structures outside of all queues.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeReference.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeReference.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeReference.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.NodeReference.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.NodeReference
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Question.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Question.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Question.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.Question.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount.Question
 </TITLE>
@@ -103,7 +103,7 @@ java.lang.Object
 </PRE>
 
 <P>
-A class describing a document identifier and a link type, to be used in looking up the appropriate node in
+A class describing a document identifier and a link type, to be used in looking up the appropriate node in
  the hash.
 <P>
 
@@ -168,7 +168,7 @@ A class describing a document identifier
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Question.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;o)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The 'question' is uniquely described by linktype, document identifier,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The 'question' is uniquely described by linktype, document identifier,
  and maximum hop count.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -302,8 +302,8 @@ equals</H3>
 <PRE>
 public boolean <B>equals</B>(java.lang.Object&nbsp;o)</PRE>
 <DL>
-<DD>The 'question' is uniquely described by linktype, document identifier,
- and maximum hop count.  However, there is good reason to want to merge answers where possible that have
+<DD>The 'question' is uniquely described by linktype, document identifier,
+ and maximum hop count.  However, there is good reason to want to merge answers where possible that have
  the same linktype and document identifier, so that's what we key on for hashing.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopCount.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopCount
 </TITLE>
@@ -101,21 +101,21 @@ java.lang.Object
 </PRE>
 
 <P>
-This class manages the table that keeps track of hop count, and algorithmically determines this value
- for a document identifier upon request.
- 
- <br><br>
- <b>hopcount</b>
- <table border="1" cellpadding="3" cellspacing="0">
- <tr class="TableHeadingColor">
- <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
- <tr><td>id</td><td>BIGINT</td><td>Primary Key</td></tr>
- <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
- <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
- <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>distance</td><td>BIGINT</td><td></td></tr>
- <tr><td>deathmark</td><td>CHAR(1)</td><td></td></tr>
- </table>
+This class manages the table that keeps track of hop count, and algorithmically determines this value
+ for a document identifier upon request.
+ 
+ <br><br>
+ <b>hopcount</b>
+ <table border="1" cellpadding="3" cellspacing="0">
+ <tr class="TableHeadingColor">
+ <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <tr><td>id</td><td>BIGINT</td><td>Primary Key</td></tr>
+ <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
+ <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
+ <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>distance</td><td>BIGINT</td><td></td></tr>
+ <tr><td>deathmark</td><td>CHAR(1)</td><td></td></tr>
+ </table>
  <br><br>
 <P>
 
@@ -137,7 +137,7 @@ This class manages the table that keeps 
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Answer.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Answer</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents an answer - which consists both of an answer value, and also the dependencies
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents an answer - which consists both of an answer value, and also the dependencies
  of that answer (i.e.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -146,7 +146,7 @@ This class manages the table that keeps 
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.DocumentHash.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.DocumentHash</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Document Hash structure contains the document nodes we are interested in, including those we need answers
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Document Hash structure contains the document nodes we are interested in, including those we need answers
  for to proceed.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -187,7 +187,7 @@ This class manages the table that keeps 
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Question.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Question</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A class describing a document identifier and a link type, to be used in looking up the appropriate node in
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A class describing a document identifier and a link type, to be used in looking up the appropriate node in
  the hash.</TD>
 </TR>
 </TABLE>
@@ -439,7 +439,7 @@ This class manages the table that keeps 
                   java.util.ArrayList&nbsp;joinTableParams)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Invalidate links that start with or end in a specific set of documents, described by
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Invalidate links that start with or end in a specific set of documents, described by
  a table join.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -1079,7 +1079,7 @@ public void <B>recordSeedReferences</B>(
                                  int&nbsp;hopcountMethod)
                           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Record a references from a set of documents to the root.  These will be marked as "new" or "existing", and
+<DD>Record a references from a set of documents to the root.  These will be marked as "new" or "existing", and
  will have a null linktype.
 <P>
 <DD><DL>
@@ -1159,7 +1159,7 @@ public void <B>finishParents</B>(java.la
                           int&nbsp;hopcountMethod)
                    throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Complete a recalculation pass for a set of source documents.  All child links that are not marked as "new"
+<DD>Complete a recalculation pass for a set of source documents.  All child links that are not marked as "new"
  or "existing" will be removed.  At the completion of this pass, the links will have their "new" flag cleared.
 <P>
 <DD><DL>
@@ -1204,7 +1204,7 @@ public void <B>deleteMatchingDocuments</
                                     int&nbsp;hopcountMethod)
                              throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Remove a set of document identifiers specified as a criteria.  This will remove hopcount rows and
+<DD>Remove a set of document identifiers specified as a criteria.  This will remove hopcount rows and
  also intrinsic links that have the specified document identifiers as sources.
 <P>
 <DD><DL>
@@ -1224,7 +1224,7 @@ public void <B>deleteDocumentIdentifiers
                                       int&nbsp;hopcountMethod)
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Remove a set of document identifier hashes.  This will also remove the intrinsic links that have these document
+<DD>Remove a set of document identifier hashes.  This will also remove the intrinsic links that have these document
  identifier hashes as sources, as well as invalidating cached hop counts that depend on them.
 <P>
 <DD><DL>
@@ -1243,7 +1243,7 @@ public int[] <B>findHopCounts</B>(java.l
                            java.lang.String&nbsp;linkType)
                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Calculate a bunch of hop-counts.  The values returned are only guaranteed to be an upper bound, unless
+<DD>Calculate a bunch of hop-counts.  The values returned are only guaranteed to be an upper bound, unless
  the queue has recently been processed (via processQueue below).  -1 will be returned to indicate "infinity".
 <P>
 <DD><DL>
@@ -1352,14 +1352,14 @@ protected void <B>addToProcessingQueue</
                                     int&nbsp;hopcountMethod)
                              throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Add documents to the processing queue.  For the supplied bunch of link types and document ids,
- the corresponding hopcount records will be marked as being queued.  If, for example, the affected link types
- are 'link' and 'redirect', and the specified document id's are 'A' and 'B' and 'C', then six hopcount
- rows will be created and/or queued.
- The values that this code uses for initial distance or delete dependencies for each of the hopcount
- rows combinatorially described above are calculated by this method by starting with the passed-in hopcount values
- and dependencies for each of the affectedLinkTypes for the specified "source" document.  The result estimates are then
- generated by passing these values and dependencies over the links to the target document identifiers, presuming that
+<DD>Add documents to the processing queue.  For the supplied bunch of link types and document ids,
+ the corresponding hopcount records will be marked as being queued.  If, for example, the affected link types
+ are 'link' and 'redirect', and the specified document id's are 'A' and 'B' and 'C', then six hopcount
+ rows will be created and/or queued.
+ The values that this code uses for initial distance or delete dependencies for each of the hopcount
+ rows combinatorially described above are calculated by this method by starting with the passed-in hopcount values
+ and dependencies for each of the affectedLinkTypes for the specified "source" document.  The result estimates are then
+ generated by passing these values and dependencies over the links to the target document identifiers, presuming that
  the link is of the supplied link type.
 <P>
 <DD><DL>
@@ -1417,7 +1417,7 @@ protected void <B>doDeleteDocuments</B>(
                                  java.util.ArrayList&nbsp;joinTableParams)
                           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Invalidate links that start with or end in a specific set of documents, described by
+<DD>Invalidate links that start with or end in a specific set of documents, described by
  a table join.
 <P>
 <DD><DL>
@@ -1478,9 +1478,9 @@ protected void <B>doDeleteInvalidation</
                                     java.lang.String[]&nbsp;sourceDocumentHashes)
                              throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Invalidate links meeting a simple criteria which have a given set of source documents.  This also runs a queue
- which is initialized with all the documents that have sources that exist in the hopcount table.  The purpose
- of that queue is to re-establish non-infinite values for all nodes that are described in IntrinsicLinks, that are
+<DD>Invalidate links meeting a simple criteria which have a given set of source documents.  This also runs a queue
+ which is initialized with all the documents that have sources that exist in the hopcount table.  The purpose
+ of that queue is to re-establish non-infinite values for all nodes that are described in IntrinsicLinks, that are
  still connected to the root.
 <P>
 <DD><DL>
@@ -1544,11 +1544,11 @@ protected <A HREF="../../../../../org/ap
                                                   <A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/HopCount.Question.html" title="class in org.apache.manifoldcf.crawler.jobs">HopCount.Question</A>[]&nbsp;unansweredQuestions)
                                            throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Find the cached distance from a set of identifiers to the root.
- This is tricky, because if there is a queue assessment going on, some values are not valid.
- In general, one would treat a missing record as meaning "infinity".  But if the missing record
- is simply invalidated at the moment, we want it to be treated as "missing".  So... we pick up
- the record despite it potentially being marked, and we then examine the mark to figure out
+<DD>Find the cached distance from a set of identifiers to the root.
+ This is tricky, because if there is a queue assessment going on, some values are not valid.
+ In general, one would treat a missing record as meaning "infinity".  But if the missing record
+ is simply invalidated at the moment, we want it to be treated as "missing".  So... we pick up
+ the record despite it potentially being marked, and we then examine the mark to figure out
  what to do.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopDeleteDeps.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopDeleteDeps.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopDeleteDeps.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopDeleteDeps.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopDeleteDeps
 </TITLE>
@@ -101,20 +101,20 @@ java.lang.Object
 </PRE>
 
 <P>
-This class manages the table that keeps track of link deletion dependencies for cached
- hopcounts.
- 
- <br><br>
- <b>hopdeletedeps</b>
- <table border="1" cellpadding="3" cellspacing="0">
- <tr class="TableHeadingColor">
- <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
- <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
- <tr><td>ownerid</td><td>BIGINT</td><td>Reference:hopcount.id</td></tr>
- <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
- <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>childidhash</td><td>VARCHAR(40)</td><td></td></tr>
- </table>
+This class manages the table that keeps track of link deletion dependencies for cached
+ hopcounts.
+ 
+ <br><br>
+ <b>hopdeletedeps</b>
+ <table border="1" cellpadding="3" cellspacing="0">
+ <tr class="TableHeadingColor">
+ <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
+ <tr><td>ownerid</td><td>BIGINT</td><td>Reference:hopcount.id</td></tr>
+ <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
+ <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>childidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ </table>
  <br><br>
 <P>
 
@@ -511,8 +511,8 @@ deleteOwnerRows</H3>
 public void <B>deleteOwnerRows</B>(java.lang.Long[]&nbsp;ownerIDs)
                      throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Delete rows related to specified owners.  The list of
- specified owners does not exceed the maximum database in-clause
+<DD>Delete rows related to specified owners.  The list of
+ specified owners does not exceed the maximum database in-clause
  size.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopFilterManager.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopFilterManager.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopFilterManager.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/HopFilterManager.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 HopFilterManager
 </TITLE>
@@ -101,18 +101,18 @@ java.lang.Object
 </PRE>
 
 <P>
-This class manages the "hopfilters" table, which contains the hopcount filters for each job.
- It's separated from the main jobs table because we will need multiple hop filters per job.
- 
- <br><br>
- <b>jobhopfilters</b>
- <table border="1" cellpadding="3" cellspacing="0">
- <tr class="TableHeadingColor">
- <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
- <tr><td>ownerid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
- <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
- <tr><td>maxhops</td><td>BIGINT</td><td></td></tr>
- </table>
+This class manages the "hopfilters" table, which contains the hopcount filters for each job.
+ It's separated from the main jobs table because we will need multiple hop filters per job.
+ 
+ <br><br>
+ <b>jobhopfilters</b>
+ <table border="1" cellpadding="3" cellspacing="0">
+ <tr class="TableHeadingColor">
+ <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <tr><td>ownerid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
+ <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
+ <tr><td>maxhops</td><td>BIGINT</td><td></td></tr>
+ </table>
  <br><br>
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.DuplicateFinder.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.DuplicateFinder.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.DuplicateFinder.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.DuplicateFinder.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 IntrinsicLink.DuplicateFinder
 </TITLE>
@@ -206,7 +206,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/crawler/jobs/IntrinsicLink.DuplicateFinder.html#doesCompareWork()">doesCompareWork</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
  the same type.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -327,7 +327,7 @@ doesCompareWork</H3>
 <PRE>
 public boolean <B>doesCompareWork</B>()</PRE>
 <DL>
-<DD>See if this class can be legitimately compared against another of
+<DD>See if this class can be legitimately compared against another of
  the same type.
 <P>
 <DD><DL>
@@ -345,8 +345,8 @@ duplicate</H3>
 <PRE>
 public <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html" title="interface in org.apache.manifoldcf.core.interfaces">ILimitChecker</A> <B>duplicate</B>()</PRE>
 <DL>
-<DD>Create a duplicate of this class instance.  All current state should be preserved.
- NOTE: Since doesCompareWork() returns false, queries using this limit checker cannot
+<DD>Create a duplicate of this class instance.  All current state should be preserved.
+ NOTE: Since doesCompareWork() returns false, queries using this limit checker cannot
  be cached, and therefore duplicate() is never called from the query executor.
 <P>
 <DD><DL>
@@ -364,7 +364,7 @@ hashCode</H3>
 <PRE>
 public int <B>hashCode</B>()</PRE>
 <DL>
-<DD>Find the hashcode for this class.  This will only ever be used if
+<DD>Find the hashcode for this class.  This will only ever be used if
  doesCompareWork() returns true.
 <P>
 <DD><DL>
@@ -382,7 +382,7 @@ equals</H3>
 <PRE>
 public boolean <B>equals</B>(java.lang.Object&nbsp;object)</PRE>
 <DL>
-<DD>Compare two objects and see if equal.  This will only ever be used
+<DD>Compare two objects and see if equal.  This will only ever be used
  if doesCompareWork() returns true.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/IntrinsicLink.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 IntrinsicLink
 </TITLE>
@@ -101,19 +101,19 @@ java.lang.Object
 </PRE>
 
 <P>
-This class manages the table that keeps track of intrinsic relationships between documents.
- 
- <br><br>
- <b>intrinsiclink</b>
- <table border="1" cellpadding="3" cellspacing="0">
- <tr class="TableHeadingColor">
- <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
- <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
- <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
- <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>childidhash</td><td>VARCHAR(40)</td><td></td></tr>
- <tr><td>isnew</td><td>CHAR(1)</td><td></td></tr>
- </table>
+This class manages the table that keeps track of intrinsic relationships between documents.
+ 
+ <br><br>
+ <b>intrinsiclink</b>
+ <table border="1" cellpadding="3" cellspacing="0">
+ <tr class="TableHeadingColor">
+ <th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <tr><td>jobid</td><td>BIGINT</td><td>Reference:jobs.id</td></tr>
+ <tr><td>linktype</td><td>VARCHAR(255)</td><td></td></tr>
+ <tr><td>parentidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>childidhash</td><td>VARCHAR(40)</td><td></td></tr>
+ <tr><td>isnew</td><td>CHAR(1)</td><td></td></tr>
+ </table>
  <br><br>
 <P>
 
@@ -429,7 +429,7 @@ This class manages the table that keeps 
             java.lang.String[]&nbsp;sourceDocumentIDHashes)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove all target links of the specified source documents that are not marked as "new" or "existing", and
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove all target links of the specified source documents that are not marked as "new" or "existing", and
  return the others to their base state.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -512,7 +512,7 @@ LINKSTATUS_BASE</H3>
 <PRE>
 protected static final int <B>LINKSTATUS_BASE</B></PRE>
 <DL>
-<DD>The standard value for this field.  Means that the link existed prior to this scan, and no new link
+<DD>The standard value for this field.  Means that the link existed prior to this scan, and no new link
  was found yet.
 <P>
 <DL>
@@ -708,9 +708,9 @@ reset</H3>
 public void <B>reset</B>()
            throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Reset, at startup time.  Since links can only be added in a transactionally safe way by processing
- of documents, and cached records of hopcount are updated only when requested, it is safest to simply
- move any "new" or "new existing" links back to base state on startup.  Then, the next time that page
+<DD>Reset, at startup time.  Since links can only be added in a transactionally safe way by processing
+ of documents, and cached records of hopcount are updated only when requested, it is safest to simply
+ move any "new" or "new existing" links back to base state on startup.  Then, the next time that page
  is processed, the links will be updated properly.
 <P>
 <DD><DL>
@@ -849,7 +849,7 @@ public void <B>removeLinks</B>(java.lang
                         java.lang.String[]&nbsp;sourceDocumentIDHashes)
                  throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Remove all target links of the specified source documents that are not marked as "new" or "existing", and
+<DD>Remove all target links of the specified source documents that are not marked as "new" or "existing", and
  return the others to their base state.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobDescription.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobDescription.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobDescription.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobDescription.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 JobDescription
 </TITLE>
@@ -103,15 +103,15 @@ java.lang.Object
 </PRE>
 
 <P>
-This is a paper object describing a job.
- Each job in the lcf framework has:
- - an identifier;
- - a description;
- - a repository connection;
- - one of a number of scheduling options: starting every n hours/days/weeks/months, on specific dates, or "continuous" (which basically
-   establishes a priority queue based on modification frequency);
- - "seeds" (or starting points), which are the places that scanning begins.
- Also remember that since incremental deletion must occur on a job-by-job basis, the scanning data also records the job that
+This is a paper object describing a job.
+ Each job in the lcf framework has:
+ - an identifier;
+ - a description;
+ - a repository connection;
+ - one of a number of scheduling options: starting every n hours/days/weeks/months, on specific dates, or "continuous" (which basically
+   establishes a priority queue based on modification frequency);
+ - "seeds" (or starting points), which are the places that scanning begins.
+ Also remember that since incremental deletion must occur on a job-by-job basis, the scanning data also records the job that
  performed the scan, so that each job can rescan previous ingested data, and delete documents that have been removed.
 <P>
 
@@ -863,7 +863,7 @@ makeReadOnly</H3>
 <PRE>
 public void <B>makeReadOnly</B>()</PRE>
 <DL>
-<DD>Make the description "read only".  This must be done after the object has been complete specified.
+<DD>Make the description "read only".  This must be done after the object has been complete specified.
  Once a document is read-only, it cannot be made writable without duplication.
 <P>
 <DD><DL>
@@ -1326,7 +1326,7 @@ setPriority</H3>
 <PRE>
 public void <B>setPriority</B>(int&nbsp;priority)</PRE>
 <DL>
-<DD>Set the job priority.  This is a simple integer between 1 and 10, where
+<DD>Set the job priority.  This is a simple integer between 1 and 10, where
  1 is the highest priority.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.JobqueueRecord.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.JobqueueRecord.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.JobqueueRecord.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.JobqueueRecord.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 JobManager.JobqueueRecord
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.MutableInteger.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.MutableInteger.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.MutableInteger.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.MutableInteger.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 JobManager.MutableInteger
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.QueueHashItem.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.QueueHashItem.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.QueueHashItem.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.QueueHashItem.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 JobManager.QueueHashItem
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.ThrottleJobItem.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.ThrottleJobItem.html?rev=1345585&r1=1345584&r2=1345585&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.ThrottleJobItem.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/crawler/jobs/JobManager.ThrottleJobItem.html Sat Jun  2 21:24:51 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:08:00 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:56:31 EDT 2012 -->
 <TITLE>
 JobManager.ThrottleJobItem
 </TITLE>
@@ -103,10 +103,10 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents the information stored PER JOB in the throttling structure.
- In this structure, "remaining" counts are kept for each bin.  When the bin becomes empty,
- then no more documents that would map to that bin will be returned, for this query.
-
+This class represents the information stored PER JOB in the throttling structure.
+ In this structure, "remaining" counts are kept for each bin.  When the bin becomes empty,
+ then no more documents that would map to that bin will be returned, for this query.
+
  The way in which the maximum count per bin is determined is not part of this class.
 <P>
 
@@ -245,7 +245,7 @@ binCounts</H3>
 <PRE>
 protected java.util.HashMap <B>binCounts</B></PRE>
 <DL>
-<DD>This is a map of the bins and their current counts. If an entry doesn't exist, it's considered to be
+<DD>This is a map of the bins and their current counts. If an entry doesn't exist, it's considered to be
  the same as maxBinCount.
 <P>
 <DL>