Interface IPostingsFormatFactory
LUCENENET specific contract for extending the functionality of Postings
To set the IPostings
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public interface IPostingsFormatFactory
Methods
| Improve this Doc View SourceGetPostingsFormat(String)
Gets the Postingsname
.
Declaration
PostingsFormat GetPostingsFormat(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the Postings |
Returns
Type | Description |
---|---|
Postings |
The Postings |