Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class WAH8DocIdSet.Builder

    A builder for WAH8DocIdSets.

    Inheritance
    System.Object
    WAH8DocIdSet.WordBuilder
    WAH8DocIdSet.Builder
    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.Util
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class Builder : WAH8DocIdSet.WordBuilder

    Constructors

    | Improve this Doc View Source

    Builder()

    Sole constructor

    Declaration
    public Builder()

    Methods

    | Improve this Doc View Source

    Add(DocIdSetIterator)

    Add the content of the provided DocIdSetIterator.

    Declaration
    public WAH8DocIdSet.Builder Add(DocIdSetIterator disi)
    Parameters
    Type Name Description
    DocIdSetIterator disi
    Returns
    Type Description
    WAH8DocIdSet.Builder
    | Improve this Doc View Source

    Add(Int32)

    Add a document to this builder. Documents must be added in order.

    Declaration
    public WAH8DocIdSet.Builder Add(int docID)
    Parameters
    Type Name Description
    System.Int32 docID
    Returns
    Type Description
    WAH8DocIdSet.Builder
    | Improve this Doc View Source

    Build()

    Declaration
    public override WAH8DocIdSet Build()
    Returns
    Type Description
    WAH8DocIdSet
    Overrides
    WAH8DocIdSet.WordBuilder.Build()
    | Improve this Doc View Source

    SetIndexInterval(Int32)

    Declaration
    public override object SetIndexInterval(int indexInterval)
    Parameters
    Type Name Description
    System.Int32 indexInterval
    Returns
    Type Description
    System.Object
    Overrides
    WAH8DocIdSet.WordBuilder.SetIndexInterval(Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.