Modifier and Type | Method and Description |
---|---|
List<Document> |
AbstractFileObjectCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Document |
IniDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Document |
TextDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
FileDocumentListCreator.getDocument(String type,
File file,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentCreator.getDocument(String type,
T data,
Object... arguments)
将数据转换成索引文档
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
DocumentListCreator.getDocument(String type,
T data,
Object... arguments)
将数据转换成索引文档列表
|
Pager<Document> |
IndexOperator.search(SearchRule searchRule,
DocumentFilter filter,
int start,
int limit)
查询并过滤自定义分页的索引
|
Pager<Document> |
FullText.search(SearchRule searchRule,
DocumentFilter filter,
int start,
int limit)
查询并过滤自定义条件的带分页的索引
|
Pager<Document> |
FullText.search(SearchRule searchRule,
int start,
int limit)
查询自定义条件的带分页的索引
|
Pager<Document> |
FullText.search(String searchCondition)
查询索引
|
Pager<Document> |
IndexOperator.search(String searchCondition,
DocumentFilter filter,
int start,
int limit)
查询并过滤带分页的索引
|
Pager<Document> |
FullText.search(String searchCondition,
DocumentFilter filter,
int start,
int limit)
查询并过滤带分页的索引
|
Pager<Document> |
FullText.search(String searchCondition,
int start,
int limit)
查询带分页的索引
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentFilter.accept(Document document)
文档是否被接受
|
Modifier and Type | Method and Description |
---|---|
void |
IndexOperator.createIndex(List<Document> docs)
创建索引接口
|
static Pager<HighlightDocument> |
FullTextHelper.highlight(Pager<Document> pager,
Object... arguments)
高亮结果
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocument
抽象文档类
|
class |
DefaultDocument
默认的文档对象
|
Constructor and Description |
---|
HighlightDocument(Document document)
默认构造
|
HighlightDocument(Document document,
Object... arguments)
包装构建
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
CollectionDocumentCreator.getDocument(String type,
Collection<Document> data,
Object... arguments) |
Pager<Document> |
AbstractFullText.search(SearchRule searchRule,
DocumentFilter filter,
int start,
int limit) |
Pager<Document> |
AbstractFullText.search(SearchRule searchRule,
int start,
int limit) |
Pager<Document> |
AbstractFullText.search(String searchCondition) |
Pager<Document> |
AbstractFullText.search(String searchCondition,
DocumentFilter filter,
int start,
int limit) |
Pager<Document> |
AbstractFullText.search(String searchCondition,
int start,
int limit) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
CollectionDocumentCreator.getDocument(String type,
Collection<Document> data,
Object... arguments) |
boolean |
CollectionDocumentCreator.isMatch(Collection<Document> data) |
Modifier and Type | Method and Description |
---|---|
Pager<Document> |
BaseLuceneOperator.search(SearchRule searchRule,
DocumentFilter filter,
int start,
int limit) |
Pager<Document> |
BaseLuceneOperator.search(String searchCondition,
DocumentFilter filter,
int start,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
BaseLuceneOperator.createIndex(List<Document> docs) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.document.Document |
BaseLuceneBuilder.buildDocument(Document doc)
构建org.apache.lucene.document.Document对象
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentWrapper
查询结果包装
|
Modifier and Type | Method and Description |
---|---|
List<Document> |
XlsDocumentListCreator.getDocument(String type,
FileObject data,
Object... arguments) |
List<Document> |
XlsxDocumentListCreator.getDocument(String type,
FileObject data,
Object... arguments) |
List<Document> |
AbstractExcelIndexSource.getDocument(String type,
String path,
InputStream input)
返回批量的索引文档列表
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExcelIndexSource.dealSheet(org.apache.poi.ss.usermodel.Sheet sheet,
String type,
List<Document> docs)
处理分页
|
Modifier and Type | Method and Description |
---|---|
protected Document |
AbstractWordIndexSource.getDocument(String type,
FileObject data) |
Document |
DocDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Document |
DocxDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Document |
PdfDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
SqlConfigsIndexOperator.createDocuments(SqlConfigs config) |
List<Document> |
ResultSetDocumentListCreator.getDocument(String type,
ResultSet data,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Document |
TemplateIndexRender.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
TemplateIndexOperator.createDocuments(Config config) |
Modifier and Type | Method and Description |
---|---|
Document |
TemplateDocumentCreator.execute(Context context)
执行渲染逻辑
|
Document |
DynamicDocumentCreator.execute(Context context) |
Copyright © 2006–2018 TinyGroup. All rights reserved.