Author: yonik
Date: Mon Oct 26 12:50:08 2009
New Revision: 829775
URL: http://svn.apache.org/viewvc?rev=829775&view=rev
Log:
fix tutorial spelling mistake
Modified:
lucene/solr/trunk/site/tutorial.html
lucene/solr/trunk/site/tutorial.pdf
lucene/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml
Modified: lucene/solr/trunk/site/tutorial.html
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/site/tutorial.html?rev=829775&r1=829774&r2=829775&view=diff
==============================================================================
--- lucene/solr/trunk/site/tutorial.html (original)
+++ lucene/solr/trunk/site/tutorial.html Mon Oct 26 12:50:08 2009
@@ -610,7 +610,7 @@
the facet counts generated are for the complete set of documents that
match the query.
</p>
<p>
- We can facet multile ways at the same time. The following example adds in
a facet on the
+ We can facet multiple ways at the same time. The following example adds a
facet on the
boolean <span class="codefrag">inStock</span> field:
</p>
<p>
Modified: lucene/solr/trunk/site/tutorial.pdf
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/site/tutorial.pdf?rev=829775&r1=829774&r2=829775&view=diff
==============================================================================
Binary files - no diff available.
Modified:
lucene/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml?rev=829775&r1=829774&r2=829775&view=diff
==============================================================================
--- lucene/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml
(original)
+++ lucene/solr/trunk/src/site/src/documentation/content/xdocs/tutorial.xml Mon
Oct 26 12:50:08 2009
@@ -365,7 +365,7 @@
</p>
<p>
- We can facet multile ways at the same time. The following example adds in
a facet on the
+ We can facet multiple ways at the same time. The following example adds a
facet on the
boolean <code>inStock</code> field:
</p>
<p>