org.tinygroup.fulltext.document
类 HighlightDocument

java.lang.Object
  继承者 org.tinygroup.fulltext.document.HighlightDocument

public class HighlightDocument
extends Object

高亮渲染结果文档

作者:
yancheng11334

构造方法摘要
HighlightDocument(Document document)
          默认构造
HighlightDocument(Document document, Object... arguments)
          包装构建
 
方法摘要
 String getAbstract()
           
 String getId()
           
 String getTitle()
           
 String getType()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HighlightDocument

public HighlightDocument(Document document)
默认构造

参数:
document - 要渲染的文档

HighlightDocument

public HighlightDocument(Document document,
                         Object... arguments)
包装构建

参数:
document - 要渲染的文档
arguments - 渲染参数
方法详细信息

getId

public String getId()

getType

public String getType()

getTitle

public String getTitle()

getAbstract

public String getAbstract()


Copyright © 2006–2016 TinyGroup. All rights reserved.