luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

Facets search #171

Open sonic182 opened 3 years ago

sonic182 commented 3 years ago

Hi, there is support for facets search?

As I have figured out, I could do it by using a custom Collector for responses, that I can make it to keep some counters about fields I want to aggregate (for facets search)

This is the way of doing this?

CC @p01arst0rm @luceneplusplus :)

p01arst0rm commented 3 years ago

best asking someone else, i only maintain the buildsystem :)

sonic182 commented 3 years ago

@p01arst0rm I did another issue I think related to buildsystem :stuck_out_tongue: https://github.com/luceneplusplus/LucenePlusPlus/issues/170