An extended inverted file approach for information retrieval

  • Authors:
  • Iadh Ounis;Marius Pasca

  • Affiliations:
  • CLIPS, IMAG, Grenoble Cedex, France;CLIPS, IMAG, Grenoble Cedex, France

  • Venue:
  • IDEAS'97 Proceedings of the 1997 international conference on International database engineering and applications symposium
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

In information retrieval, the way in which correspondence procedure works is highly important for the performance of the underlying system as a whole. An inverted file ensures quick access to the information items because the index alone is examined rather than the actual file of items, in order to determine the items which satisfy the search request. This technique was a prominent feature of the old commercial Information Retrieval Systems (IRS). However, it has been used only for keyword-based IRS. Since that time the inverted file design has not been radically modified. With the recent use of more expressive and richly structured languages in information retrieval, this method has not been used very much lately because it can be overrun by the expressiveness that new indexing languages, such as knowledge representation languages, brought about. We propose here to make use again of an extended version of the almost forgotten inverted file techniques, so that the complexity of our algorithms be polynomial. This will allow us to implement, with few modifications, a retrieval engine based on conceptual graphs on top of the O2 object oriented DBMS.