Interface IRollingBufferItemFactory<T>
LUCENENET specific interface to allow overriding rolling buffer item creation
without having to call virtual methods from the constructor
Assembly: Lucene.Net.dll
Syntax
public interface IRollingBufferItemFactory<out T>
Type Parameters
Methods
Create(object)
LUCENENET specific interface to allow overriding rolling buffer item creation
without having to call virtual methods from the constructor
Declaration
T Create(object rollingBuffer)
Parameters
Type |
Name |
Description |
object |
rollingBuffer |
|
Returns