org.tinygroup.fulltext.file
类 TextDocumentCreator
java.lang.Object
org.tinygroup.fulltext.file.TextDocumentCreator
- 所有已实现的接口:
- DocumentCreator<org.tinygroup.vfs.FileObject>
public class TextDocumentCreator
- extends Object
- implements DocumentCreator<org.tinygroup.vfs.FileObject>
txt文本内容
- 作者:
- yancheng11334
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextDocumentCreator
public TextDocumentCreator()
getEncode
public String getEncode()
setEncode
public void setEncode(String encode)
isMatch
public boolean isMatch(org.tinygroup.vfs.FileObject data)
- 从接口
DocumentCreator 复制的描述
- 判断本文档生成器能否处理此数据
- 指定者:
- 接口
DocumentCreator<org.tinygroup.vfs.FileObject> 中的 isMatch
- 返回:
getDocument
public Document getDocument(String type,
org.tinygroup.vfs.FileObject data,
Object... arguments)
- 从接口
DocumentCreator 复制的描述
- 将数据转换成索引文档
- 指定者:
- 接口
DocumentCreator<org.tinygroup.vfs.FileObject> 中的 getDocument
- 返回:
Copyright © 2006–2016 TinyGroup. All rights reserved.