Show / Hide Table of Contents

    Class Analyzer.GlobalReuseStrategy

    Implementation of ReuseStrategy that reuses the same components for every field.

    Inheritance
    System.Object
    ReuseStrategy
    Analyzer.GlobalReuseStrategy
    Inherited Members
    ReuseStrategy.GetStoredValue(Analyzer)
    ReuseStrategy.SetStoredValue(Analyzer, Object)
    Namespace: Lucene.Net.Analysis
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class GlobalReuseStrategy : ReuseStrategy

    Constructors

    | Improve this Doc View Source

    GlobalReuseStrategy()

    Sole constructor. (For invocation by subclass constructors, typically implicit.)

    Declaration
    public GlobalReuseStrategy()

    Methods

    | Improve this Doc View Source

    GetReusableComponents(Analyzer, String)

    Declaration
    public override TokenStreamComponents GetReusableComponents(Analyzer analyzer, string fieldName)
    Parameters
    Type Name Description
    Analyzer analyzer
    System.String fieldName
    Returns
    Type Description
    TokenStreamComponents
    Overrides
    ReuseStrategy.GetReusableComponents(Analyzer, String)
    | Improve this Doc View Source

    SetReusableComponents(Analyzer, String, TokenStreamComponents)

    Declaration
    public override void SetReusableComponents(Analyzer analyzer, string fieldName, TokenStreamComponents components)
    Parameters
    Type Name Description
    Analyzer analyzer
    System.String fieldName
    TokenStreamComponents components
    Overrides
    ReuseStrategy.SetReusableComponents(Analyzer, String, TokenStreamComponents)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)