org.tinygroup.fulltext.file
类 FileDocumentListCreator
java.lang.Object
org.tinygroup.fulltext.impl.AbstractCreator
org.tinygroup.fulltext.file.AbstractFileObjectCreator
org.tinygroup.fulltext.file.FileDocumentListCreator
- 所有已实现的接口:
- DocumentListCreator<File>
public class FileDocumentListCreator
- extends AbstractFileObjectCreator
- implements DocumentListCreator<File>
抽象的文件目录处理器
- 作者:
- yancheng11334
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDocumentListCreator
public FileDocumentListCreator()
isMatch
public boolean isMatch(File data)
- 从接口
DocumentListCreator 复制的描述
- 判断本批量文档生成器能否处理此数据
- 指定者:
- 接口
DocumentListCreator<File> 中的 isMatch
- 返回:
getDocument
public List<Document> getDocument(String type,
File file,
Object... arguments)
- 从接口
DocumentListCreator 复制的描述
- 将数据转换成索引文档列表
- 指定者:
- 接口
DocumentListCreator<File> 中的 getDocument
- 返回:
Copyright © 2006–2016 TinyGroup. All rights reserved.