home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / prodtool / sm2 / ehsdocs.pkg / SMPIND01.TXT < prev    next >
Encoding:
Text File  |  1993-08-05  |  993 b   |  25 lines

  1.  
  2. Architecture & Design
  3.  
  4. The implementation of the SearchManager/2 Graphical User Interface
  5. follows the guidelines of the IBM SAA Common User Access (CUA) 91
  6. architecture.
  7.  
  8. For client/server communication Named Pipes or TCP/IP can be used.
  9.  
  10. The SearchManager/2 document index is a (fully) inverted index of
  11. the textual content of documents.
  12. The basic techniques are described in any reference book on Information
  13. Retrieval.
  14. SearchManager/2 implements a three-level index (vocabulary, document
  15. references, context information) to allow fast processing of simple
  16. queries (queries without explicit or implicit proximity operators).
  17.  
  18. The vocabulary itself is indexed by a fragment index to allow fast
  19. resolution of masked words.
  20. The implementation uses a technique developed by the IBM Scientific
  21. Center in Heidelberg for STAIRS (called 'partial match retrieval').
  22.  
  23. The SearchManager/2 vocabulary uses a (internal) universal code page
  24. to support multi-lingual environments.
  25.