|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.fulltext.impl.AbstractFullText
public abstract class AbstractFullText
| 字段摘要 |
|---|
| 从接口 org.tinygroup.fulltext.FullText 继承的字段 |
|---|
FULLTEXT_BEAN_NAME |
| 构造方法摘要 | |
|---|---|
AbstractFullText()
|
|
| 方法摘要 | ||
|---|---|---|
protected
|
checkData(T data)
检查索引数据 |
|
protected void |
checkType(String type)
检查类型 |
|
|
createIndex(String type,
T data,
Object... arguments)
创建索引 |
|
|
deleteIndex(String type,
T data,
Object... arguments)
删除索引 |
|
List<DocumentListCreator> |
getDocumentListCreators()
|
|
IndexOperator |
getIndexOperator()
|
|
protected
|
matchData(DocumentListCreator creator,
T data)
|
|
Pager<Document> |
search(String searchCondition)
查询索引 |
|
Pager<Document> |
search(String searchCondition,
int start,
int limit)
查询带分页的索引 |
|
void |
setDocumentListCreators(List<DocumentListCreator> documentListCreators)
|
|
void |
setIndexOperator(IndexOperator indexOperator)
|
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public AbstractFullText()
| 方法详细信息 |
|---|
public List<DocumentListCreator> getDocumentListCreators()
public void setDocumentListCreators(List<DocumentListCreator> documentListCreators)
public IndexOperator getIndexOperator()
public void setIndexOperator(IndexOperator indexOperator)
protected void checkType(String type)
type - protected <T> void checkData(T data)
data -
protected <T> boolean matchData(DocumentListCreator creator,
T data)
public <T> void createIndex(String type,
T data,
Object... arguments)
FullText 复制的描述
FullText 中的 createIndextype - 索引项:相当于分类,便于查询
public <T> void deleteIndex(String type,
T data,
Object... arguments)
FullText 复制的描述
FullText 中的 deleteIndextype - 索引项:相当于分类,便于查询public Pager<Document> search(String searchCondition)
FullText 复制的描述
FullText 中的 search
public Pager<Document> search(String searchCondition,
int start,
int limit)
FullText 复制的描述
FullText 中的 search
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||