|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentIF
INTERNAL: Represents an indexable unit of information. A document contains named fields which can have values of the types String or Reader.
| Method Summary | |
|---|---|
void |
addField(FieldIF field)
INTERNAL: Adds the given field to the document. |
FieldIF |
getField(java.lang.String name)
INTERNAL: Returns the field with the specified name. |
java.util.Collection<FieldIF> |
getFields()
INTERNAL: Returns all the fields of this document. |
void |
removeField(FieldIF field)
INTERNAL: Removes the given field from the document. |
| Method Detail |
|---|
FieldIF getField(java.lang.String name)
java.util.Collection<FieldIF> getFields()
void addField(FieldIF field)
void removeField(FieldIF field)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||