Java org.apache.lucene.search.suggest.fst WFSTCompletionLookup fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.suggest.fst WFSTCompletionLookup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.suggest.fst WFSTCompletionLookup.

The text is from its open source code.

Constructor

WFSTCompletionLookup(Directory tempDir, String tempFileNamePrefix)
Calls #WFSTCompletionLookup(Directory,String,boolean) WFSTCompletionLookup(null,null,true)

Method

voidbuild(InputIterator iterator)
Objectget(CharSequence key)
Returns the weight associated with an input string, or null if it does not exist.
longgetCount()
booleanload(DataInput input)
Listlookup(CharSequence key, boolean onlyMorePopular, int num)
Look up a key and return possible completion for this key.
booleanstore(DataOutput output)