|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
D - the actual type of document used by the information
retrieval system.public interface DocumentEmitter<D>
Parses a collection of Stream object serialized to XML and emits the
contained document objects used by an information retrieval system.
| Method Summary | |
|---|---|
void |
close()
Closes the stream emitter. |
java.lang.String |
getIdentifier()
Returns the unique identifier of the document emitter. |
java.lang.String |
getInputDirectory()
Returns the directory where stream chunks are stored. |
boolean |
isCompressed()
Checks whether the emitter is reading compressed the stream chunks. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
java.lang.String getIdentifier()
java.lang.String getInputDirectory()
boolean isCompressed()
true if he emitter is reading compressed the stream
chunks; false otherwise.
void close()
throws it.unipd.dei.ims.ici.component.ComponentException
it.unipd.dei.ims.ici.component.ComponentException - if something goes wrong while closing the stream emitter.
|
Copyright © 2008-2009 Information Management Systems (IMS) research group, Department of Information Engineering, University of Padua, Italy. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||