org.apache.lucene.benchmark.byTask.feeds
public class DocData extends Object
| Constructor Summary | |
|---|---|
| DocData(String name, String body, String title, Properties props, Date date) | |
| Method Summary | |
|---|---|
| String | getBody() |
| Date | getDate() |
| String | getName() |
| Properties | getProps() |
| String | getTitle() |
| void | setBody(String body) |
| void | setDate(Date date) |
| void | setName(String name) |
| void | setProps(Properties props) |
| void | setTitle(String title) |
Returns: Returns the body.
Returns: Returns the date.
Returns: Returns the name.
Returns: Returns the props.
Returns: Returns the title.
Parameters: body The body to set.
Parameters: date The date to set.
Parameters: name The name to set.
Parameters: props The props to set.
Parameters: title The title to set.