Weighted facets is the ability to associate a float value with each facet label you index, and at search time to aggregate those floats. See e.g. FloatAssociationFacetField.
"other features" refers to hierarchical facets, which SortedSetDocValuesFacetField does not support (just flat facets) though this is possible to fix, I think (patches welcome!). Mike McCandless http://blog.mikemccandless.com On Mon, Sep 26, 2016 at 5:24 PM, Kumaran Ramasubramanian <kums....@gmail.com> wrote: > > > Hi All, > > i want to know the list of features which can be used by applications > using facet module of lucene. > > https://issues.apache.org/jira/browse/LUCENE-4795?focusedCommentId=13599687 > > I ask because it seems that the only thing that we get from this SortedSet >> approach is not having to maintain a sidecar index (which for some reason >> freaks everybody), and we even lose performance. Plus, I don't see how we >> can support other facet features with it. > > > on the other hand SortedSet doesn't have these problems. maybe it doesnt >> support weighted facets or other features, but its a nice option. I >> personally don't think its the end of the world if Mike's patch doesnt >> support all the features of the faceting module initially or even ever. > > > > > what > is meant by > weighted facets > ? what are > othe > r > facets > features ? > > > -- > Kumaran R > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org