Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "HierarchicalFaceting" page has been changed by RobertMuir.
The comment on this change is: update trunk location.
http://wiki.apache.org/solr/HierarchicalFaceting?action=diff&rev1=3&rev2=4

--------------------------------------------------

  There are currently two similar, non-competing, approaches to generating 
tree/hierarchical facets from Solr: SOLR-64 and SOLR-792.  These approaches can 
be tried out easily using a single set of sample data and the Solr example 
application (assumes current trunk codebase and latest patches posted to the 
respective issues).
  
  {{{
-  svn http://svn.apache.org/repos/asf/lucene/solr/trunk/ hiersolr
+  svn http://svn.apache.org/repos/asf/lucene/dev/trunk/ hiersolr
-  cd hiersolr
+  cd hiersolr/solr
   patch -p0 < SOLR-64.patch
   patch -p1 < SOLR-792.patch  # note, p1 difference from previous line
   ant run-example

Reply via email to