category_ids is a list/array of id: [1,2,3,4..]
currently, facet contains counters for all category_ids, but i need
facets only for specific category_id, for example 1 and 4.
How can I solve that?
category_ids is a list/array of id: [1,2,3,4..]
currently, facet contains counters for all category_ids, but i need
facets only for specific category_id, for example 1 and 4.
How can I solve that?
You can use regex patterns or exclude to filter the faceted terms:
Exclude looks nice, but i rather need to include ~10 terms than
excluding houndred. can someone give me example how to filter this facet
only for [1,4] using regex or script?
Any idea how to implement this using PYES ?
Is 'term facet' the best choice (performance/memory usage) for what
i try to do ? I need number of (filtered) ads in specific categories
category_ids is a list/array of id: [1,2,3,4..]
currently, facet contains counters for all category_ids, but i need
facets only for specific category_id, for example 1 and 4.
How can I solve that?
You can use regex patterns or exclude to filter the faceted terms:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.