SolrNet: SolrNet.Commands.Parameters.MoreLikeThisParameters Class Reference

SolrNet

SolrNet.Commands.Parameters.MoreLikeThisParameters Class Reference

More-like-this parameters See http://wiki.apache.org/solr/MoreLikeThis. More...

Inheritance diagram for SolrNet.Commands.Parameters.MoreLikeThisParameters:

List of all members.

Public Member Functions

 MoreLikeThisParameters (IEnumerable< string > fields)
 Creates more-like-this parameters.

Properties

IEnumerable< string > Fields [get]
 The fields to use for similarity. NOTE: if possible, these should have a stored TermVector.
int MinTermFreq [get, set]
 Minimum Term Frequency - the frequency below which terms will be ignored in the source doc.
int MinDocFreq [get, set]
 Minimum Document Frequency - the frequency at which words will be ignored which do not occur in at least this many docs.
int MinWordLength [get, set]
 Minimum word length below which words will be ignored.
int MaxWordLength [get, set]
 Maximum word length above which words will be ignored.
int MaxQueryTerms [get, set]
 Maximum number of query terms that will be included in any generated query.
int MaxTokens [get, set]
 Maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
bool Boost [get, set]
 Set if the query will be boosted by the interesting term relevance.
ICollection< string > QueryFields [get, set]
 Query fields and their boosts using the same format as that used in DisMaxRequestHandler. These fields must also be specified in Fields
int Count [get, set]
 The number of similar documents to return for each result.

Detailed Description

More-like-this parameters See http://wiki.apache.org/solr/MoreLikeThis.


Constructor & Destructor Documentation

SolrNet.Commands.Parameters.MoreLikeThisParameters.MoreLikeThisParameters ( IEnumerable< string >  fields )

Creates more-like-this parameters.

Parameters:
fieldsThe fields to use for similarity.

Property Documentation

bool SolrNet.Commands.Parameters.MoreLikeThisParameters.Boost [get, set]

Set if the query will be boosted by the interesting term relevance.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.Count [get, set]

The number of similar documents to return for each result.

IEnumerable<string> SolrNet.Commands.Parameters.MoreLikeThisParameters.Fields [get]

The fields to use for similarity. NOTE: if possible, these should have a stored TermVector.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.MaxQueryTerms [get, set]

Maximum number of query terms that will be included in any generated query.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.MaxTokens [get, set]

Maximum number of tokens to parse in each example doc field that is not stored with TermVector support.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.MaxWordLength [get, set]

Maximum word length above which words will be ignored.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.MinDocFreq [get, set]

Minimum Document Frequency - the frequency at which words will be ignored which do not occur in at least this many docs.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.MinTermFreq [get, set]

Minimum Term Frequency - the frequency below which terms will be ignored in the source doc.

int SolrNet.Commands.Parameters.MoreLikeThisParameters.MinWordLength [get, set]

Minimum word length below which words will be ignored.

ICollection<string> SolrNet.Commands.Parameters.MoreLikeThisParameters.QueryFields [get, set]

Query fields and their boosts using the same format as that used in DisMaxRequestHandler. These fields must also be specified in Fields


The documentation for this class was generated from the following file:
  • SolrNet/Commands/Parameters/MoreLikeThisParameters.cs
Generated on Sun May 3 2015 17:19:07 for SolrNet by  doxygen 1.7.2