| 程序包 | 说明 |
|---|---|
| cn.langpy.simsearch.service | |
| cn.langpy.simsearch.service.impl | |
| cn.langpy.simsearch.util |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexContent |
AopService.getIndexContent(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexService.createIndex(IndexContent indexContent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexService.batchCreateIndex(List<IndexContent> indexContents)
create index by idName and idValue (it will delete existed index,so you can think of this method as insertOrUpdate())
|
| 限定符和类型 | 方法和说明 |
|---|---|
IndexContent |
DefaultAopService.getIndexContent(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultIndexService.createIndex(IndexContent indexContent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultIndexService.batchCreateIndex(List<IndexContent> indexContents) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexContent |
ReflectUtil.toIndexContent(Object entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
IndexManager.createIndex(IndexContent indexContent)
create index by idName and idValue (it will delete existed index,so you can think of this method as insertOrUpdate())
|
Copyright © 2022. All rights reserved.