SolrNet.SolrFacetPivotQuery Class Reference
pivot facet query More...
Inheritance diagram for SolrNet.SolrFacetPivotQuery:
Properties | |
ICollection< string > | Fields [get, set] |
A list of fields to pivot. Multiple values will create multiple sections in the response. Example single pivot value new []{"manu,cat"} Example multiple pivot values : new [] {"manu,cat","inStock,cat"} | |
int | MinCount [get, set] |
The minimum number of documents that need to match for the result to show up in the results. Default value is 1. |
Detailed Description
pivot facet query
Property Documentation
ICollection<string> SolrNet.SolrFacetPivotQuery.Fields [get, set] |
A list of fields to pivot. Multiple values will create multiple sections in the response. Example single pivot value new []{"manu,cat"} Example multiple pivot values : new [] {"manu,cat","inStock,cat"}
int SolrNet.SolrFacetPivotQuery.MinCount [get, set] |
The minimum number of documents that need to match for the result to show up in the results. Default value is 1.
The documentation for this class was generated from the following file:
- SolrNet/SolrFacetPivotQuery.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by 1.7.2