Package org.terrier.indexing
Interface DocumentExtractor
-
@Deprecated public interface DocumentExtractor
Deprecated.The interface for the collection objects that give access to the text (string) of the documents in the collection. This class will be removed in versions after 3.5.- Author:
- Vassilis Plachouras
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getDocumentString(int docid)
Deprecated.Returns the text of a document with the given identifier.
-