Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class LuceneDictionary

    Lucene Dictionary: terms taken from the given field of a Lucene index.

    Inheritance
    System.Object
    LuceneDictionary
    Implements
    IDictionary
    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.Search.Spell
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public class LuceneDictionary : IDictionary

    Constructors

    | Improve this Doc View Source

    LuceneDictionary(IndexReader, String)

    Creates a new Dictionary, pulling source terms from the specified

    field
    in the provided
    reader

    Declaration
    public LuceneDictionary(IndexReader reader, string field)
    Parameters
    Type Name Description
    Lucene.Net.Index.IndexReader reader
    System.String field

    Methods

    | Improve this Doc View Source

    GetEntryEnumerator()

    Declaration
    public virtual IInputEnumerator GetEntryEnumerator()
    Returns
    Type Description
    IInputEnumerator

    Implements

    IDictionary
    • 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.