SolrNet.Commands.Parameters.ClusteringParameters Class Reference
Clustering parameters. More...
Properties | |
string | Engine [get, set] |
Engine to use for clustering. | |
bool | Results [get, set] |
When true, the compenent performs a clustering of search results only. | |
bool | Collection [get, set] |
When true, the entire document index is clustered. This is not fully implemented in Solr as of 3.3, so it should be false. | |
string | Algorithm [get, set] |
Algorithm to use for clustering. Lingo, STC, or KMeans. See http://download.carrot2.org/stable/manual/#section.advanced-topics.fine-tuning.choosing-algorithm for details. Or use one from the Algorithms class. | |
string | Title [get, set] |
Reuqired field that Solr returns as the search result's title. Must be a stored field. | |
string | Snippet [get, set] |
Optional field that Solr delivers as search result's content. Must be a stored field. | |
string | Url [get, set] |
Optional field that Solr delivers as the search result's url. Must be a stored field. | |
bool | ProduceSummary [get, set] |
When true, the snippet field (or title field if there is no snippet) will be highlighted and the highlighted text will be used for clustering. | |
int | FragSize [get, set] |
Only mattes when ProduceSummary is true. Decides highlighting fragment size. Default is 100. | |
int | NumDescriptions [get, set] |
The number of cluster labels to produce. | |
bool | SubClusters [get, set] |
When true, output sub-clusters. There is no support for this in Carrot2 currently, should always be false. | |
string | LexicalResources [get, set] |
Specifies where Carrot2 should get its lexical resources from. |
Detailed Description
Clustering parameters.
Property Documentation
string SolrNet.Commands.Parameters.ClusteringParameters.Algorithm [get, set] |
Algorithm to use for clustering. Lingo, STC, or KMeans. See http://download.carrot2.org/stable/manual/#section.advanced-topics.fine-tuning.choosing-algorithm for details. Or use one from the Algorithms class.
bool SolrNet.Commands.Parameters.ClusteringParameters.Collection [get, set] |
When true, the entire document index is clustered. This is not fully implemented in Solr as of 3.3, so it should be false.
string SolrNet.Commands.Parameters.ClusteringParameters.Engine [get, set] |
Engine to use for clustering.
int SolrNet.Commands.Parameters.ClusteringParameters.FragSize [get, set] |
Only mattes when ProduceSummary is true. Decides highlighting fragment size. Default is 100.
string SolrNet.Commands.Parameters.ClusteringParameters.LexicalResources [get, set] |
Specifies where Carrot2 should get its lexical resources from.
int SolrNet.Commands.Parameters.ClusteringParameters.NumDescriptions [get, set] |
The number of cluster labels to produce.
bool SolrNet.Commands.Parameters.ClusteringParameters.ProduceSummary [get, set] |
When true, the snippet field (or title field if there is no snippet) will be highlighted and the highlighted text will be used for clustering.
bool SolrNet.Commands.Parameters.ClusteringParameters.Results [get, set] |
When true, the compenent performs a clustering of search results only.
string SolrNet.Commands.Parameters.ClusteringParameters.Snippet [get, set] |
Optional field that Solr delivers as search result's content. Must be a stored field.
bool SolrNet.Commands.Parameters.ClusteringParameters.SubClusters [get, set] |
When true, output sub-clusters. There is no support for this in Carrot2 currently, should always be false.
string SolrNet.Commands.Parameters.ClusteringParameters.Title [get, set] |
Reuqired field that Solr returns as the search result's title. Must be a stored field.
string SolrNet.Commands.Parameters.ClusteringParameters.Url [get, set] |
Optional field that Solr delivers as the search result's url. Must be a stored field.
The documentation for this class was generated from the following file:
- SolrNet/Commands/Parameters/ClusteringParameters.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by 1.7.2