Interface ILuceneSearchResults
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
SearchAfter
Options for Searching After. Used for efficent deep paging.
SearchAfterOptions? SearchAfter { get; }