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 2007/05/23 21:39:58 UTC

svn commit: r541043 - in /lucene/solr/trunk/site: features.html features.pdf tutorial.html tutorial.pdf who.html who.pdf

Author: hossman
Date: Wed May 23 12:39:58 2007
New Revision: 541043

URL: http://svn.apache.org/viewvc?view=rev&rev=541043
Log:
Hmmm... these are some old changes to the tutorial.xml (sort spec for standard handler), who.xml (Ryan), and features.xml (clarifying faceting) that don't seem to have ever been committed in the HTML/PDF versions

Modified:
    lucene/solr/trunk/site/features.html
    lucene/solr/trunk/site/features.pdf
    lucene/solr/trunk/site/tutorial.html
    lucene/solr/trunk/site/tutorial.pdf
    lucene/solr/trunk/site/who.html
    lucene/solr/trunk/site/who.pdf

Modified: lucene/solr/trunk/site/features.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/features.html?view=diff&rev=541043&r1=541042&r2=541043
==============================================================================
--- lucene/solr/trunk/site/features.html (original)
+++ lucene/solr/trunk/site/features.html Wed May 23 12:39:58 2007
@@ -186,7 +186,7 @@
     
 <li> Powerful Extensions to the Lucene Query Language </li>
     
-<li> Support for Dynamic Result Grouping and Filtering </li>
+<li> Support for Dynamic Faceted Browsing and Filtering </li>
     
 <li> Advanced, Configurable Text Analysis </li>
     

Modified: lucene/solr/trunk/site/features.pdf
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/features.pdf?view=diff&rev=541043&r1=541042&r2=541043
==============================================================================
Binary files - no diff available.

Modified: lucene/solr/trunk/site/tutorial.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/tutorial.html?view=diff&rev=541043&r1=541042&r2=541043
==============================================================================
--- lucene/solr/trunk/site/tutorial.html (original)
+++ lucene/solr/trunk/site/tutorial.html Wed May 23 12:39:58 2007
@@ -410,7 +410,7 @@
 <a href="http://localhost:8983/solr/select/?indent=on&q=video&fl=*,score">q=video&amp;fl=*,score</a>        (return all stored fields, as well as relevancy score)  </li>
       
 <li>
-<a href="http://localhost:8983/solr/select/?indent=on&q=video;price desc&fl=name,id">q=video;price desc&amp;fl=name,id</a>  (add sort specification: sort by price descending) </li>
+<a href="http://localhost:8983/solr/select/?indent=on&q=video;price desc&fl=name,id">q=video&amp;sort=price desc&amp;fl=name,id</a>  (add sort specification: sort by price descending) </li>
     
 </ul>
 <p>
@@ -420,20 +420,20 @@
 <a name="N10158"></a><a name="Sorting"></a>
 <h3 class="boxed">Sorting</h3>
 <p>
-      Solr provides a simple extension to the Lucene QueryParser syntax for specifying sort options.  After your search, add a semi-colon followed by a list of "field direction" pairs...
+      Solr provides a simple extension to the Lucene QueryParser syntax for specifying sort options.  Use the 'sort' parameter to specify "field direction" pairs...
     </p>
 <ul>
       
 <li>
-<a href="http://localhost:8983/solr/select/?indent=on&q=video;price+desc">video; price desc</a>
+<a href="http://localhost:8983/solr/select/?indent=on&q=video&sort=price+desc">video; price desc</a>
 </li>
       
 <li>
-<a href="http://localhost:8983/solr/select/?indent=on&q=video;price+asc">video; price asc</a>
+<a href="http://localhost:8983/solr/select/?indent=on&q=video&sort=price+asc">video; price asc</a>
 </li>
       
 <li>
-<a href="http://localhost:8983/solr/select/?indent=on&q=video;inStock+asc+price+desc">video; inStock asc, price desc</a>
+<a href="http://localhost:8983/solr/select/?indent=on&q=video&sort=inStock+asc+price+desc">video; inStock asc, price desc</a>
 </li>
     
 </ul>
@@ -443,11 +443,11 @@
 <ul>
       
 <li>
-<a href="http://localhost:8983/solr/select/?indent=on&q=video;score+desc">video; score desc</a>
+<a href="http://localhost:8983/solr/select/?indent=on&q=video&sort=score+desc">video; score desc</a>
 </li>
       
 <li>
-<a href="http://localhost:8983/solr/select/?indent=on&q=video;inStock+asc,score+desc">video; inStock asc, score desc</a>
+<a href="http://localhost:8983/solr/select/?indent=on&q=video&sort=inStock+asc,score+desc">video; inStock asc, score desc</a>
 </li>
     
 </ul>

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

Modified: lucene/solr/trunk/site/who.html
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/who.html?view=diff&rev=541043&r1=541042&r2=541043
==============================================================================
--- lucene/solr/trunk/site/who.html (original)
+++ lucene/solr/trunk/site/who.html Wed May 23 12:39:58 2007
@@ -143,6 +143,8 @@
   
 <li>Mike Klaas</li>
   
+<li>Ryan McKinley</li>
+  
 <li>Yonik Seeley</li>
 
 </ul>

Modified: lucene/solr/trunk/site/who.pdf
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/site/who.pdf?view=diff&rev=541043&r1=541042&r2=541043
==============================================================================
Binary files - no diff available.