Java org.apache.lucene.search.spell PlainTextDictionary fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.spell PlainTextDictionary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.spell PlainTextDictionary.

The text is from its open source code.

Constructor

PlainTextDictionary(Path path)
Creates a dictionary based on a Path.
PlainTextDictionary(InputStream dictFile)
Creates a dictionary based on an inputstream.
PlainTextDictionary(Reader reader)
Creates a dictionary based on a reader.