Hello, I have an enum solr fieldtype. When I do a facet search, I want that all the enum values appear in the facet -- and setting field.mincount = 0 is not enough. It only works, if there exist a document with the matching value for the field, but it was filtered out by current query (and then I'm returned that facet value with the count 0). But can I make it to also return the values that literally none of the documents in the index have? The values, that only appear in the enum declaration xml.
- Is it possible to force solr show all facet values for t... Arvydas Silanskas
- Re: Is it possible to force solr show all facet val... Erick Erickson
- Re: Is it possible to force solr show all facet... Arvydas Silanskas
- Re: Is it possible to force solr show all f... David Santamauro
- Re: Is it possible to force solr show a... Arvydas Silanskas
- Re: Is it possible to force solr show all facet val... Mikhail Khludnev
- Re: Is it possible to force solr show all facet... Arvydas Silanskas
- Re: Is it possible to force solr show all facet val... Erik Hatcher