Top "Facet" questions

Facetting is a technique for data visualization which makes it easier to compare groups inside your data.

How do i plot facet plots in pandas

This is what I have right now: np.random.seed(1234) test = pd.DataFrame({'week': [1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2], 'score': np.random.uniform(0, 1, 12), 'type': [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1], 'type2…

python pandas plot visualization facet
Multiple colors in a facet STRIP background

I would like to modify the colors of the facet background based on the group. I'm not sure if this …

r ggplot2 facet
SOLR faceted-search to return facet counts as with OR operator

I'll try first explain what I would like to achieve by using faceted-search in SOLR, before setting the question. Imagine …

solr faceted-search facet
SOLR - How to have facet counts restricted to rows returned in resultset

/select/?q=*:*&rows=100&facet=on&facet.field=category I have around 100 000 documents indexed. But I return only 100 …

search facet solr
Solr - how to get all faceted field's values?

I have a huge solr index with ~1.500.000 items and I want to get all distinct Brands. I tried this solr …

solr facet faceted-search distinct-values
Flatpickr calendar show wrong default date

I have facetwp installed in wordpress and after the search was made, the search widget doesn't show the correct date …

date calendar facet flatpickr
facet dynamic fields with apache solr

I have defined dynamic field in ApacheSolr: I use it to store products features like: color_feature, diameter_feature, material_…

search solr field facet
Solr facet counts with selective exclude

I'm not sure if this is possible, but I'd like to be able to control the counts returned for facets …

solr facet
Is it possible to do Solr faceting combining multiple fields, like distinct on multiple columns in RMDB?

Let's say I want to do faceting on the combination of two fields in my doc. For example: Field1 Field2 …

solr field facet
Does Solr have an API to read schema.xml?

Is there any Solr API to read the Solr schema.xml? The reason I need it is that Solr faceting …

solr schema facet