test.it.unimi.dsi.mg4j.document |
|
Java Source File Name | Type | Comment |
DateArrayDocumentCollection.java | Class | A document collection explicitly defined by a sequence of
(mainly useful for testing).
Every integer in the provided sequence is considered a document, and the only
field is of type integer. |
DocumentCollectionTest.java | Class | |
FirstByteDocumentFactory.java | Class | A factory (with a single text field named text) that reads the first byte
in the input stream and returns it as a character. |
IntArrayDocumentCollection.java | Class | A document collection explicitly defined by a sequence of integers (mainly useful for testing).
Every integer in the provided sequence is considered a document, and the only
field is of type integer. |
MapVirtualDocumentCollection.java | Class | A virtual document collection explicitly defined by an array of maps and a trivial resolver (mainly useful for testing).
Every map in the provided sequence is considered a virtual document, and the only
field virtual. |
NullDocumentFactory.java | Class | A factory (with a single text field named text) that does not read at all from input streams and always
return an empty reader. |
StringArrayDocumentCollection.java | Class | A document collection explicitly defined by a sequence of strings (mainly useful for testing).
Every string in the provided sequence is considered a document,
and the stream returned by the collection is the UTF-8 encoding of the string. |
TRECDocumentCollectionTest.java | Class | |