Hi We removed the userguide long time ago, and replaced it with better documentation on the classes and package.html, as well as demo code that you can find here: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_8/lucene/demo/src/java/org/apache/lucene/demo/facet/
You can also look up some blog posts that I wrote a while ago on facets, that explain how they work and some internals, even though the code examples are not up-to-date w/ latest API changes: http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html http://shaierera.blogspot.com/2012/11/lucene-facets-part-2.html http://shaierera.blogspot.com/2012/12/lucene-facets-under-hood.html http://shaierera.blogspot.com/2013/01/facet-associations.html Shai On Wed, Jun 11, 2014 at 10:51 AM, Raf <r.ventag...@gmail.com> wrote: > Hi, > I have found this useful guide to the "*Lucene Faceted Search*": > > http://lucene.apache.org/core/4_4_0/facet/org/apache/lucene/facet/doc-files/userguide.html > > The problem is that it refers to Lucene version 4.4, while I am using the > latest available release (4.8.1) and I cannot find some classes (e.g. > FacetSearchParams > or CountFacetRequest). > > Is there an updated version of that guide? > I tried this > http://lucene.apache.org/core/*4_8_1*/facet/org/apache/lucene/facet/doc-files/userguide.html > but it does not work :| > > Thank you for any help you can provide. > > Regards, > *Raf* >