public class SASIInfoContext extends Object implements IndexInfoHelper
| Modifier and Type | Field and Description |
|---|---|
boolean |
analyzed |
info.archinnov.achilles.annotations.SASI.Analyzer |
analyzerClass |
boolean |
enableStemming |
info.archinnov.achilles.annotations.SASI.IndexMode |
indexMode |
String |
indexName |
String |
locale |
int |
maxCompactionFlushMemoryInMb |
info.archinnov.achilles.annotations.SASI.Normalization |
normalization |
boolean |
skipStopWords |
| Constructor and Description |
|---|
SASIInfoContext(String indexName,
info.archinnov.achilles.annotations.SASI.IndexMode indexMode,
boolean analyzed,
info.archinnov.achilles.annotations.SASI.Analyzer analyzerClass,
int maxCompactionFlushMemoryInMb,
info.archinnov.achilles.annotations.SASI.Normalization normalization,
String locale,
boolean enableStemming,
boolean skipStopWords) |
| Modifier and Type | Method and Description |
|---|---|
SASIInfoContext |
build(VariableElement elm,
EntityParsingContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeIndexNamepublic final String indexName
public final info.archinnov.achilles.annotations.SASI.IndexMode indexMode
public final boolean analyzed
public final info.archinnov.achilles.annotations.SASI.Analyzer analyzerClass
public final int maxCompactionFlushMemoryInMb
public final info.archinnov.achilles.annotations.SASI.Normalization normalization
public final String locale
public final boolean enableStemming
public final boolean skipStopWords
public SASIInfoContext(String indexName, info.archinnov.achilles.annotations.SASI.IndexMode indexMode, boolean analyzed, info.archinnov.achilles.annotations.SASI.Analyzer analyzerClass, int maxCompactionFlushMemoryInMb, info.archinnov.achilles.annotations.SASI.Normalization normalization, String locale, boolean enableStemming, boolean skipStopWords)
public SASIInfoContext build(VariableElement elm, EntityParsingContext context)
Copyright © 2012-2021. All Rights Reserved.