Interface ISolrQueryResults<T>

Inherited Members
System.Collections.Generic.IList<T>.IndexOf(T)
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
System.Collections.Generic.IList<T>.Item[System.Int32]
System.Collections.Generic.ICollection<T>.Add(T)
System.Collections.Generic.ICollection<T>.Clear()
System.Collections.Generic.ICollection<T>.Contains(T)
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
System.Collections.Generic.ICollection<T>.Remove(T)
System.Collections.Generic.ICollection<T>.Count
System.Collections.Generic.ICollection<T>.IsReadOnly
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Namespace: SolrNet
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public interface ISolrQueryResults<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

Properties

Collapsing

Declaration
CollapseResults Collapsing { get; set; }
Property Value
Type Description
CollapseResults

FacetDates

Declaration
IDictionary<string, DateFacetingResult> FacetDates { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, DateFacetingResult>

FacetFields

Declaration
IDictionary<string, ICollection<KeyValuePair<string, int>>> FacetFields { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Int32>>>

FacetQueries

Declaration
IDictionary<string, int> FacetQueries { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Int32>

Header

Declaration
ResponseHeader Header { get; set; }
Property Value
Type Description
ResponseHeader

Highlights

Declaration
IDictionary<T, IDictionary<string, ICollection<string>>> Highlights { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<T, System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.ICollection<System.String>>>

MaxScore

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

NumFound

Declaration
int NumFound { get; }
Property Value
Type Description
System.Int32

SimilarResults

Declaration
IDictionary<T, IList<T>> SimilarResults { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<T, System.Collections.Generic.IList<T>>

SpellChecking

Declaration
SpellCheckResults SpellChecking { get; set; }
Property Value
Type Description
SpellCheckResults

Stats

Declaration
IDictionary<string, StatsResult> Stats { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, StatsResult>