Construct a {@link Similarity} that delegates all methods to another.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public SimilarityDelegator( Similarity delegee ) |
| Visual Basic |
|---|
Public Sub New ( _ delegee As Similarity _ ) |
| Visual C++ |
|---|
public: SimilarityDelegator( Similarity^ delegee ) |
Parameters
- delegee
- Type: Lucene.Net.Search..::..Similarity
the Similarity implementation to delegate to