public class IndexConfigFactroy extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
createtime |
static String |
indexRootPathStr |
static String |
jsonkey |
static String |
tempRootPathStr |
static String |
updatetime |
static String |
uuid |
| 限定符和类型 | 方法和说明 |
|---|---|
Path |
getIndexRootPath() |
static IndexConfigFactroy |
getInstance() |
JLucene |
getJLuceneConfig(JLuceneIndex luceneIndex)
获取LUCENE 注解配置
|
JLucene |
getJLuceneConfig(JLuceneIndex luceneIndex,
Map valueMap)
获取LUCENE 注解配置
|
Path |
getTempRootPath() |
static void |
main(String[] args) |
public static String jsonkey
public static String createtime
public static String updatetime
public static String uuid
public static String indexRootPathStr
public static String tempRootPathStr
public static IndexConfigFactroy getInstance()
public Path getIndexRootPath()
public Path getTempRootPath()
public JLucene getJLuceneConfig(JLuceneIndex luceneIndex, Map valueMap) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, InstantiationException
public JLucene getJLuceneConfig(JLuceneIndex luceneIndex) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, InstantiationException
public static void main(String[] args)
Copyright © 2023 onecode. All rights reserved.