London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MoreLikeThisParameters

Inheritance
System.Object
MoreLikeThisParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet.Commands.Parameters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class MoreLikeThisParameters

Constructors

MoreLikeThisParameters(IEnumerable<String>)

Declaration
public MoreLikeThisParameters(IEnumerable<string> fields)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> fields

Properties

Boost

Declaration
public bool? Boost { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Count

Declaration
public int? Count { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Fields

Declaration
public IEnumerable<string> Fields { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

MaxQueryTerms

Declaration
public int? MaxQueryTerms { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MaxTokens

Declaration
public int? MaxTokens { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MaxWordLength

Declaration
public int? MaxWordLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MinDocFreq

Declaration
public int? MinDocFreq { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MinTermFreq

Declaration
public int? MinTermFreq { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MinWordLength

Declaration
public int? MinWordLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

QueryFields

Declaration
public ICollection<string> QueryFields { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>