Class DocMaker.DocState
Document state, supports reuse of field instances
across documents (see reuseFields parameter).
Inheritance
System.Object
DocMaker.DocState
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
protected class DocState : object
Constructors
| Improve this Doc View SourceDocState(Boolean, FieldType, FieldType)
Declaration
public DocState(bool reuseFields, FieldType ft, FieldType bodyFt)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | reuseFields | |
| FieldType | ft | |
| FieldType | bodyFt |