Terrier Core

Support forward document metadata

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: .indexing, .structures
  • Description:
    Hide
    To build applications, Terrier can be difficult to use. Apart from DOCNO, Terrier assumes that all other information about a document (metadata) is stored outwith of the Terrier system. This means that every developer needs to develop their own metadata structures.

    In small-scale environments, metadata is easy to have - e.g. a serialised hash map. However, developing space-efficient and time-efficient metadata structures in large-scale environments is tricky.

    Terrier should facilitate application development more easier by providing metadata data structure(s) which pickup information about the document during indexing, and can be easily accessed at retrieval time.
    Show
    To build applications, Terrier can be difficult to use. Apart from DOCNO, Terrier assumes that all other information about a document (metadata) is stored outwith of the Terrier system. This means that every developer needs to develop their own metadata structures. In small-scale environments, metadata is easy to have - e.g. a serialised hash map. However, developing space-efficient and time-efficient metadata structures in large-scale environments is tricky. Terrier should facilitate application development more easier by providing metadata data structure(s) which pickup information about the document during indexing, and can be easily accessed at retrieval time.

Issue Links

Activity

There are no comments yet on this issue.

People

Dates

  • Created:
    12/Feb/09 6:22 PM
    Updated:
    13/May/09 10:49 PM
    Resolved:
    29/Apr/09 3:39 PM