Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class VariableGapTermsIndexWriter.EveryNTermSelector

    Inheritance
    System.Object
    VariableGapTermsIndexWriter.IndexTermSelector
    VariableGapTermsIndexWriter.EveryNTermSelector
    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.Codecs.BlockTerms
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public sealed class EveryNTermSelector : VariableGapTermsIndexWriter.IndexTermSelector
    Remarks

    Same policy as FixedGapTermsIndexWriter

    Constructors

    | Improve this Doc View Source

    EveryNTermSelector(Int32)

    Declaration
    public EveryNTermSelector(int interval)
    Parameters
    Type Name Description
    System.Int32 interval

    Methods

    | Improve this Doc View Source

    IsIndexTerm(BytesRef, TermStats)

    Declaration
    public override bool IsIndexTerm(BytesRef term, TermStats stats)
    Parameters
    Type Name Description
    Lucene.Net.Util.BytesRef term
    Lucene.Net.Codecs.TermStats stats
    Returns
    Type Description
    System.Boolean
    Overrides
    VariableGapTermsIndexWriter.IndexTermSelector.IsIndexTerm(BytesRef, TermStats)
    | Improve this Doc View Source

    NewField(FieldInfo)

    Declaration
    public override void NewField(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo fieldInfo
    Overrides
    VariableGapTermsIndexWriter.IndexTermSelector.NewField(FieldInfo)
    • 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.