| Modifier and Type | Field and Description |
|---|---|
IndexInfo |
AbstractDSLCodeGen.IndexFieldSignatureInfo.indexInfo |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDSLCodeGen.IndexFieldSignatureInfo |
AbstractDSLCodeGen.IndexFieldSignatureInfo.of(String fieldName,
String cqlColumn,
com.squareup.javapoet.TypeName typeName,
IndexInfo indexInfo,
FieldParser.IndexMetaSignature indexMetaSignature) |
| Modifier and Type | Field and Description |
|---|---|
IndexInfo |
FieldInfo.indexInfo |
| Constructor and Description |
|---|
FieldInfo(Getter<ENTITY,VALUEFROM> getter,
Setter<ENTITY,VALUEFROM> setter,
String fieldName,
String cqlColumn,
ColumnType columnType,
ColumnInfo columnInfo,
IndexInfo indexInfo) |
| Modifier and Type | Method and Description |
|---|---|
static IndexInfo |
IndexInfo.forDSESearch(boolean fullTextSearchEnable) |
static IndexInfo |
IndexInfo.forNative(IndexType indexType,
String indexName,
String indexClassName,
String indexOptions) |
static IndexInfo |
IndexInfo.forSASI(String indexName,
info.archinnov.achilles.annotations.SASI.IndexMode indexMode,
boolean analyzed,
info.archinnov.achilles.annotations.SASI.Analyzer analyzer,
int maxCompactionFlushMemoryInMb,
info.archinnov.achilles.annotations.SASI.Normalization normalization,
String locale,
boolean enableStemming,
boolean skipStopWords) |
static IndexInfo |
IndexInfo.noIndex() |
| Modifier and Type | Method and Description |
|---|---|
protected info.archinnov.achilles.type.tuples.Tuple2<com.squareup.javapoet.CodeBlock,IndexInfo> |
FieldInfoParser.buildDSESearchIndexInfo(AnnotationTree annotationTree) |
protected info.archinnov.achilles.type.tuples.Tuple2<com.squareup.javapoet.CodeBlock,IndexInfo> |
FieldInfoParser.buildNativeIndexInfo(AnnotationTree annotationTree,
VariableElement elm,
EntityParsingContext context) |
protected info.archinnov.achilles.type.tuples.Tuple2<com.squareup.javapoet.CodeBlock,IndexInfo> |
FieldInfoParser.buildSASIIndexInfo(AnnotationTree annotationTree,
VariableElement elm,
EntityParsingContext context) |
| Modifier and Type | Field and Description |
|---|---|
IndexInfo |
FieldInfoContext.indexInfo |
IndexInfo |
FieldParsingContext.indexInfo |
| Constructor and Description |
|---|
FieldInfoContext(com.squareup.javapoet.CodeBlock codeBlock,
String fieldName,
String cqlColumn,
ColumnType columnType,
ColumnInfo columnInfo,
IndexInfo indexInfo) |
Copyright © 2012-2021. All Rights Reserved.