Class LuceneSearchResult
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
Properties
ShardIndex
Index Shard Id
public int ShardIndex { get; }