You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/02/16 21:05:31 UTC

svn commit: r805090 - in /websites/staging/lucene/trunk: ./ content/solr/tutorial.html

Author: buildbot
Date: Thu Feb 16 20:05:30 2012
New Revision: 805090

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/   (props changed)
    websites/staging/lucene/trunk/content/solr/tutorial.html

Propchange: websites/staging/lucene/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 16 20:05:30 2012
@@ -1 +1 @@
-1245134
+1245151

Modified: websites/staging/lucene/trunk/content/solr/tutorial.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/tutorial.html (original)
+++ websites/staging/lucene/trunk/content/solr/tutorial.html Thu Feb 16 20:05:30 2012
@@ -448,7 +448,7 @@ tags.</p>
 <p>Faceted search takes the documents matched by a query and generates counts for various
 properties or categories.  Links are usually provided that allows users to "drill down" or
 refine their search results based on the returned categories.</p>
-<p>The following example searches for all documents (<code class="inline"><em>:</em></code>) and
+<p>The following example searches for all documents (<code class="inline">*:*</code>) and
 requests counts by the category field <code class="inline">cat</code>.</p>
 <p><a href="http://localhost:8983/solr/select/?wt=json&amp;indent=on&amp;q=*:*&amp;fl=name&amp;facet=true&amp;facet.field=cat">...&amp;q=<em>:</em>&amp;facet=true&amp;facet.field=cat</a></p>
 <p>Notice that although only the first 10 documents are returned in the results list,