Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum LruTaxonomyWriterCache.LRUType

    Determines cache type. For guaranteed correctness - not relying on no-collisions in the hash function, LRU_STRING should be used.

    Namespace: Lucene.Net.Facet.Taxonomy.WriterCache
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public enum LRUType

    Fields

    Name Description
    LRU_HASHED

    Use the label's hash as the key; this can lead to silent conflicts!

    LRU_STRING

    Use the label as the hash key; this is always correct but will usually use more RAM.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.