Hi Tony,

Have you looked at the faceting demo package [1]?

The faceting documentation that lives there [2] was updated last year
(thanks
@epotyom!) and there haven't been major API changes since.

The `SimpleSortedSetFacetsExample` [3] might be a good starting point for
what
you're trying to do.

If you've already checked these resources, is there a specific question they
didn't help answer?


Stefan


[1]
https://github.com/apache/lucene/tree/main/lucene/demo/src/java/org/apache/lucene/demo/facet
[2]
https://github.com/apache/lucene/blob/main/lucene/demo/src/java/org/apache/lucene/demo/facet/package-info.java
[3]
https://github.com/apache/lucene/blob/main/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleSortedSetFacetsExample.java

On Tue, 14 Nov 2023 at 18:51, Tony Schwartz <t...@xfire.io.invalid> wrote:

> Hello,
>
>
>
> Is there a definitive (or at least very good) documentation or video on
> Lucene faceting?  I find the existing docs and samples out-dated and
> inaccurate.  As such, I'm having trouble getting my mind around how it
> works
> to ensure I index my documents in such a way as to allow faceting.  I'm
> trying to avoid the "taxonomy-based" approach.
>
>
>
> Tony
>
>

Reply via email to