Set the bottom slot, ie the "weakest" (sorted last) entry in the queue. When {@link #compareBottom} is called, you should compare against this slot. This will always be called before {@link #compareBottom}.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract void SetBottom(
	int slot
)
Visual Basic
Public MustOverride Sub SetBottom ( _
	slot As Integer _
)
Visual C++
public:
virtual void SetBottom(
	int slot
) abstract

Parameters

slot
Type: System..::..Int32
the currently weakest (sorted last) slot in the queue

See Also