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
    Namespace: Lucene.Net.Search.Spell
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public class LuceneDictionary : object, 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
    IndexReader reader
    System.String field

    Methods

    | Improve this Doc View Source

    GetEntryIterator()

    Declaration
    public virtual IInputIterator GetEntryIterator()
    Returns
    Type Description
    IInputIterator

    Implements

    IDictionary
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)