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 HighlightingParameters

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

Constructors

HighlightingParameters()

Declaration
public HighlightingParameters()

Properties

AfterTerm

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

AlternateField

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

BeforeTerm

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

Fields

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

Fragsize

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

RegexMaxAnalyzedChars

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

RegexPattern

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

RegexSlop

Declaration
public double? RegexSlop { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

RequireFieldMatch

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

Snippets

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