• API

    Show / Hide Table of Contents

    Class DocMaker.DocState

    Document state, supports reuse of field instances across documents (see reuseFields parameter).

    Inheritance
    System.Object
    DocMaker.DocState
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    protected class DocState

    Constructors

    | Improve this Doc View Source

    DocState(Boolean, FieldType, FieldType)

    Declaration
    public DocState(bool reuseFields, FieldType ft, FieldType bodyFt)
    Parameters
    Type Name Description
    System.Boolean reuseFields
    Lucene.Net.Documents.FieldType ft
    Lucene.Net.Documents.FieldType bodyFt
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)