public interface VFSIndexService
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends JLucene> |
addIndex(T luceneBean) |
ResultModel<Boolean> |
deleteIndex(Condition<FileIndexEnmu,FileIndex> condition) |
ListResultModel<List<FileIndex>> |
search(Condition<FileIndexEnmu,FileIndex> condition) |
<T extends JLucene> ResultModel<T> addIndex(T luceneBean)
ResultModel<Boolean> deleteIndex(Condition<FileIndexEnmu,FileIndex> condition)
ListResultModel<List<FileIndex>> search(Condition<FileIndexEnmu,FileIndex> condition)
Copyright © 2023 onecode. All rights reserved.