You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ho...@apache.org on 2006/09/14 21:16:37 UTC

svn commit: r443442 - in /incubator/solr/trunk: site/tutorial.html site/tutorial.pdf src/site/src/documentation/content/xdocs/tutorial.xml

Author: hossman
Date: Thu Sep 14 12:16:36 2006
New Revision: 443442

URL: http://svn.apache.org/viewvc?view=rev&rev=443442
Log:
quick fix of SOLR-47

Modified:
    incubator/solr/trunk/site/tutorial.html
    incubator/solr/trunk/site/tutorial.pdf
    incubator/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml

Modified: incubator/solr/trunk/site/tutorial.html
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/site/tutorial.html?view=diff&rev=443442&r1=443441&r2=443442
==============================================================================
--- incubator/solr/trunk/site/tutorial.html (original)
+++ incubator/solr/trunk/site/tutorial.html Thu Sep 14 12:16:36 2006
@@ -344,7 +344,7 @@
 
 </p>
 <p>
-numDoc should be 15, but maxDoc may be larger (the maxDoc count includes logically deleted documents that have not yet been removed from the index).  You can re-post the sample XML
+numDoc should be 16, but maxDoc may be larger (the maxDoc count includes logically deleted documents that have not yet been removed from the index).  You can re-post the sample XML
 files over and over again as much as you want and numDocs will never increase,
 because the new documents will constantly be replacing the old.
 </p>

Modified: incubator/solr/trunk/site/tutorial.pdf
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/site/tutorial.pdf?view=diff&rev=443442&r1=443441&r2=443442
==============================================================================
Binary files - no diff available.

Modified: incubator/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml?view=diff&rev=443442&r1=443441&r2=443442
==============================================================================
--- incubator/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml (original)
+++ incubator/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml Thu Sep 14 12:16:36 2006
@@ -181,7 +181,7 @@
 </p>
 
 <p>
-numDoc should be 15, but maxDoc may be larger (the maxDoc count includes logically deleted documents that have not yet been removed from the index).  You can re-post the sample XML
+numDoc should be 16, but maxDoc may be larger (the maxDoc count includes logically deleted documents that have not yet been removed from the index).  You can re-post the sample XML
 files over and over again as much as you want and numDocs will never increase,
 because the new documents will constantly be replacing the old.
 </p>