Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TestDocValuesFormatFactory

    LUCENENET specific class used to add the DocValuesFormats from the test framework.

    Inheritance
    object
    NamedServiceFactory<DocValuesFormat>
    DefaultDocValuesFormatFactory
    TestDocValuesFormatFactory
    Implements
    IDocValuesFormatFactory
    IServiceListable
    Inherited Members
    DefaultDocValuesFormatFactory.CustomDocValuesFormatTypes
    DefaultDocValuesFormatFactory.ScanForDocValuesFormats(IEnumerable<Assembly>)
    DefaultDocValuesFormatFactory.ScanForDocValuesFormats(Assembly)
    DefaultDocValuesFormatFactory.PutDocValuesFormatType(Type)
    DefaultDocValuesFormatFactory.GetDocValuesFormat(string)
    DefaultDocValuesFormatFactory.GetDocValuesFormat(Type)
    DefaultDocValuesFormatFactory.NewDocValuesFormat(Type)
    DefaultDocValuesFormatFactory.GetDocValuesFormatType(string)
    DefaultDocValuesFormatFactory.AvailableServices
    NamedServiceFactory<DocValuesFormat>.m_initializationLock
    NamedServiceFactory<DocValuesFormat>.EnsureInitialized()
    NamedServiceFactory<DocValuesFormat>.CodecsAssembly
    NamedServiceFactory<DocValuesFormat>.IsServiceType(Type)
    NamedServiceFactory<DocValuesFormat>.GetServiceName(Type)
    NamedServiceFactory<DocValuesFormat>.GetCanonicalName(Type)
    NamedServiceFactory<DocValuesFormat>.IsFullyTrusted
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class TestDocValuesFormatFactory : DefaultDocValuesFormatFactory, IDocValuesFormatFactory, IServiceListable

    Methods

    Initialize()

    Initializes the doc values type cache with the known Lucene.Net.Codecs.DocValuesFormat types. Override this method (and optionally call base.Initialize()) to add your own Lucene.Net.Codecs.DocValuesFormat types by calling PutDocValuesFormatType(Type) or ScanForDocValuesFormats(Assembly).

    If two types have the same name by using the Lucene.Net.Codecs.DocValuesFormatNameAttribute, the last one registered wins.
    Declaration
    protected override void Initialize()
    Overrides
    Lucene.Net.Codecs.DefaultDocValuesFormatFactory.Initialize()

    Implements

    Lucene.Net.Codecs.IDocValuesFormatFactory
    Lucene.Net.Util.IServiceListable
    Back to top Copyright © 2024 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.