public class AnalyzingCompletionLookupProvider extends Completion090PostingsFormat.CompletionLookupProvider
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
PayloadProcessor.SuggestPayload |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
CODEC_NAME |
static int |
CODEC_VERSION_CHECKSUMS |
static int |
CODEC_VERSION_LATEST |
static int |
CODEC_VERSION_SERIALIZED_LABELS |
static int |
CODEC_VERSION_START |
static int |
SERIALIZE_HAS_PAYLOADS |
static int |
SERIALIZE_PRESERVE_POSITION_INCREMENTS |
static int |
SERIALIZE_PRESERVE_SEPARATORS |
UNIT_SEPARATOR| コンストラクタと説明 |
|---|
AnalyzingCompletionLookupProvider(boolean preserveSep,
boolean exactFirst,
boolean preservePositionIncrements,
boolean hasPayloads) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.codecs.FieldsConsumer |
consumer(org.apache.lucene.store.IndexOutput output) |
String |
getName() |
boolean |
getPreservePositionsIncrements() |
boolean |
getPreserveSep() |
boolean |
hasPayloads() |
Completion090PostingsFormat.LookupFactory |
load(org.apache.lucene.store.IndexInput input) |
Set<org.apache.lucene.util.IntsRef> |
toFiniteStrings(org.apache.lucene.analysis.TokenStream stream) |
buildPayload, parsePayloadpublic static final int SERIALIZE_PRESERVE_SEPARATORS
public static final int SERIALIZE_HAS_PAYLOADS
public static final int SERIALIZE_PRESERVE_POSITION_INCREMENTS
public static final int CODEC_VERSION_START
public static final int CODEC_VERSION_SERIALIZED_LABELS
public static final int CODEC_VERSION_CHECKSUMS
public static final int CODEC_VERSION_LATEST
public AnalyzingCompletionLookupProvider(boolean preserveSep,
boolean exactFirst,
boolean preservePositionIncrements,
boolean hasPayloads)
public String getName()
public boolean getPreserveSep()
public boolean getPreservePositionsIncrements()
public boolean hasPayloads()
public org.apache.lucene.codecs.FieldsConsumer consumer(org.apache.lucene.store.IndexOutput output)
throws IOException
public Completion090PostingsFormat.LookupFactory load(org.apache.lucene.store.IndexInput input) throws IOException
public Set<org.apache.lucene.util.IntsRef> toFiniteStrings(org.apache.lucene.analysis.TokenStream stream) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.