A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SpellCheckingParameters

Inheritance
System.Object
SpellCheckingParameters
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 SpellCheckingParameters

Constructors

SpellCheckingParameters()

Declaration
public SpellCheckingParameters()

Properties

Build

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

Collate

Declaration
public bool? Collate { 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>

Dictionary

Declaration
public string Dictionary { get; set; }
Property Value
Type Description
System.String

OnlyMorePopular

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

Query

Declaration
public string Query { get; set; }
Property Value
Type Description
System.String

Reload

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