Tuesday, April 8, 2014

retrieve a document from indri index

first run the command below;
./dumpindex/dumpindex <index_path> di docno <docuement_no>
this returns a document id and then run the command below;
./dumpindex/dumindex <index_path> dd <document_id>

No comments:

Post a Comment