Changes between Version 18 and Version 19 of adeiSEARCH

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
09/14/09 04:21:29 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiSEARCH

    v18 v19  
    4141 
    4242== Default Implementation == 
    43  The ''Search'' function of search engine may implement the search in arbitrary way. However, there is a standard procedure defined for search of textual data. It intended to standardize handling of search modifiers and simplify coding of new search engines for many standard cases. 
     43The ''Search'' function of search engine may implement the search in arbitrary way. However, there is a standard procedure defined for search of textual data. It intended to standardize handling of search modifiers and simplify coding of new search engines for many standard cases. 
    4444The default implementation of engine ''Search'' function is using following procedure: 
    45  * ''!GetList'' function is called to get complete associative list of available elements. In this list the key is an element identificator and value contains the presented above associative array describing the item. Besides the described standard properties, this array should contain  
    46 Of course, the ''rating'' and ''certain'' fields are not set yet. So, we have the following list of properties: 
     45 * ''!GetList'' function is called to get complete associative list of available elements. In this list the key is an element identificator and value contains the presented above associative array describing the item. Besides the described standard properties, this array should contain the properties used for matching. The default implementation expects ''name'' and optionally ''uid'' properties to be matched against search string. And of course, the ''rating'' and ''certain'' fields are not set yet. So, we have the following list of properties: 
    4746  * ''title'' - title  
    4847  * ''description'' - description