org.apache.lucene.benchmark.byTask.feeds
Class DocData

java.lang.Object
  extended by org.apache.lucene.benchmark.byTask.feeds.DocData

public class DocData
extends Object

Output of parsing (e.g. HTML parsing) of an input document.


Constructor Summary
DocData()
           
 
Method Summary
 void clear()
           
 String getBody()
           
 String getDate()
           
 String getName()
           
 Properties getProps()
           
 String getTitle()
           
 void setBody(String body)
           
 void setDate(Date date)
           
 void setDate(String date)
           
 void setName(String name)
           
 void setProps(Properties props)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocData

public DocData()
Method Detail

clear

public void clear()

getBody

public String getBody()

getDate

public String getDate()
Returns:
the date. If the ctor with Date was called, then the String returned is the output of DateTools.dateToString(Date, org.apache.lucene.document.DateTools.Resolution) . Otherwise it's the String passed to the other ctor.

getName

public String getName()

getProps

public Properties getProps()

getTitle

public String getTitle()

setBody

public void setBody(String body)

setDate

public void setDate(Date date)

setDate

public void setDate(String date)

setName

public void setName(String name)

setProps

public void setProps(Properties props)

setTitle

public void setTitle(String title)


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.