Class Util.TopResults<T>
Holds the results for a top N search using Util.TopNSearcher<T>
Inheritance
System.Object
Util.TopResults<T>
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class TopResults<T> : IEnumerable<Util.Result<T>>
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
IsComplete |
|
TopN | The top results |
Methods
Name | Description |
---|---|
GetEnumerator() |