Table of Contents

Interface ILuceneSearchResults

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

Lucene.NET Search Results

public interface ILuceneSearchResults : ISearchResults, IEnumerable<ISearchResult>, IEnumerable
Inherited Members
Extension Methods

Properties

MaxScore

Returns the maximum score value encountered. Note that in case scores are not tracked, this returns NaN.

float MaxScore { get; }

Property Value

float

SearchAfter

Options for Searching After. Used for efficent deep paging.

SearchAfterOptions? SearchAfter { get; }

Property Value

SearchAfterOptions