SolrNet.Commands.Parameters.CollapseParameters Class Reference
Parameters to query collapse https://issues.apache.org/jira/browse/SOLR-236 More...
Public Member Functions | |
CollapseParameters (string field) | |
Properties | |
string | Field [get, set] |
Field to group results by. | |
int | Threshold [get, set] |
Number of continuous results allowed before collapsing. | |
int | MaxDocs [get, set] |
limits the number of documents that CollapseFilter will process to create the filter DocSet. The intention of this is to be able to limit the time collapsing will take for very large result sets (obviously at the expense of accurate collapsing in those cases). | |
CollapseFacetMode | FacetMode [get, set] |
Number of continuous results allowed before collapsing. | |
CollapseType | Type [get, set] |
Collapse type: Adjacent or Normal. |
Detailed Description
Parameters to query collapse https://issues.apache.org/jira/browse/SOLR-236
Property Documentation
CollapseFacetMode SolrNet.Commands.Parameters.CollapseParameters.FacetMode [get, set] |
Number of continuous results allowed before collapsing.
string SolrNet.Commands.Parameters.CollapseParameters.Field [get, set] |
Field to group results by.
int SolrNet.Commands.Parameters.CollapseParameters.MaxDocs [get, set] |
limits the number of documents that CollapseFilter will process to create the filter DocSet. The intention of this is to be able to limit the time collapsing will take for very large result sets (obviously at the expense of accurate collapsing in those cases).
int SolrNet.Commands.Parameters.CollapseParameters.Threshold [get, set] |
Number of continuous results allowed before collapsing.
CollapseType SolrNet.Commands.Parameters.CollapseParameters.Type [get, set] |
Collapse type: Adjacent or Normal.
The documentation for this class was generated from the following file:
- SolrNet/Commands/Parameters/CollapseParameters.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by 1.7.2