public class WARC09Collection extends Object implements Collection
Document
class to be used can be specified with the
trec.document.class property. The following links denote the pages
that were used to construct the format of this object:
http://www.yr-bcn.es/webspam/datasets/uk2006-pages/excerpt.txt
http://archive-access.sourceforge.net/warc/warc_file_format.html
http://crawler.archive.org/apidocs/index.html?org/archive/io/arc/ARCWriter.html
http://crawler.archive.org/apidocs/org/archive/io/GzippedInputStream.html
Properties
Document
class to parse individual documents (defaults to TaggedDocument
).Modifier and Type | Field and Description |
---|---|
protected String |
currentDocno
the document number of the current document
|
protected long |
currentDocumentBlobLength
the length of the blob containing the document data
|
protected Map<String,String> |
DocProperties
properties for the current document
|
protected Class<? extends Document> |
documentClass
Class to use for all documents parsed by this class
|
protected int |
documentsInThisFile
Counts the number of documents that have been found in this file.
|
protected boolean |
eoc
are we at the end of the collection?
|
protected boolean |
eof
has the end of the current input file been reached?
|
protected int |
FileNumber
The index in the FilesToProcess of the currently processed file.
|
protected ArrayList<String> |
FilesToProcess
The list of files to process.
|
protected InputStream |
is
the input stream of the current input file
|
protected static org.apache.log4j.Logger |
logger
logger for this class
|
protected Tokeniser |
tokeniser
Tokeniser to use for all documents parsed by this class
|
Constructor and Description |
---|
WARC09Collection()
default constructor for this collection object.
|
WARC09Collection(InputStream input)
A constructor that reads only the specificed InputStream.
|
WARC09Collection(String CollectionSpecFilename)
construct a collection from the denoted collection.spec file
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the collection, any files that may be open.
|
boolean |
endOfCollection()
Returns true if the end of the collection has been reached
|
String |
getDocid()
Get the String document identifier of the current document.
|
Document |
getDocument()
Get the document object representing the current document.
|
boolean |
hasNext()
Check whether it is the last document in the collection
|
protected void |
loadDocumentClass()
Loads the class that will supply all documents for this Collection.
|
Document |
next()
Return the next document
|
boolean |
nextDocument()
Move the collection to the start of the next document.
|
protected boolean |
openNextFile()
Opens the next document from the collection specification.
|
protected void |
readCollectionSpec(String CollectionSpecFilename)
read in the collection.spec
|
protected String |
readLine()
read a line from the currently open InputStream is
|
void |
reset()
Resets the Collection iterator to the start of the collection.
|
protected static final org.apache.log4j.Logger logger
protected int documentsInThisFile
protected boolean eoc
protected boolean eof
protected String currentDocno
protected InputStream is
protected long currentDocumentBlobLength
protected int FileNumber
protected Class<? extends Document> documentClass
protected Tokeniser tokeniser
public WARC09Collection()
public WARC09Collection(InputStream input)
public WARC09Collection(String CollectionSpecFilename)
protected void loadDocumentClass()
public boolean hasNext()
public Document next()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public boolean endOfCollection()
endOfCollection
in interface Collection
public String getDocid()
public Document getDocument()
getDocument
in interface Collection
public boolean nextDocument()
nextDocument
in interface Collection
protected String readLine() throws IOException
IOException
protected boolean openNextFile() throws IOException
IOException
- if there is an exception while opening the
collection files.protected void readCollectionSpec(String CollectionSpecFilename)
public void reset()
reset
in interface Collection
Terrier 4.0. Copyright © 2004-2014 University of Glasgow