Show / Hide Table of Contents

    Class VariableGapTermsIndexWriter.EveryNTermSelector

    Inheritance
    System.Object
    VariableGapTermsIndexWriter.IndexTermSelector
    VariableGapTermsIndexWriter.EveryNTermSelector
    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
    BytesRef term
    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
    FieldInfo fieldInfo
    Overrides
    VariableGapTermsIndexWriter.IndexTermSelector.NewField(FieldInfo)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)