hi

Here's My Question, and I have no idea whats its asking for!!

Question:

A traditional term , document and indexing system(Information Retrieval) has to be created. Input text document have to be indexed and a retrieval algorithm for term inputs. The database is to be used is BERKLEY DB . You need to use a structure like this:

typedef struct_term_entry
{ char *term;
char *doc_id;
} TERM_ENTRY;


that's it!!

I need some information on it fast! Any help will be appreciated!!!