Table of Contents

Class LuceneSearchResult

Namespace
Examine.Lucene.Search
Assembly
Examine.Lucene.dll

Lucene Index Search Result

public class LuceneSearchResult : SearchResult, ISearchResult
Inheritance
LuceneSearchResult
Implements
Inherited Members

Constructors

LuceneSearchResult(string, float, Func<IDictionary<string, List<string>>>, int)

Constructor

public LuceneSearchResult(string id, float score, Func<IDictionary<string, List<string>>> lazyFieldVals, int shardId)

Parameters

id string
score float
lazyFieldVals Func<IDictionary<string, List<string>>>
shardId int

Properties

ShardIndex

Index Shard Id

public int ShardIndex { get; }

Property Value

int