Ignore:
Timestamp:
2003-03-05T13:45:43+13:00 (21 years ago)
Author:
mdewsnip
Message:

"Some" queries are now performed as ranked queries rather than boolean OR queries. Equivalent terms for each of the query terms are also recorded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/jni/MGWrapperImpl.h

    r3743 r3791  
    2626
    2727 - These data structures are based on the MGPP ones but are modified
    28    slightly to reflect the different capabilities of the MG system.
     28   to reflect the different capabilities of the MG system.
    2929
    3030 *************************************************************************/
     
    3737  /* Maximum number of documents to retrieve */
    3838  unsigned long maxDocs;
    39   /* Whether to sort the matching documents by weight (boolean value) */
    40   int sortByRank;
    41 
    4239  /* Whether term frequency information is desired (boolean value) */
    4340  int needTermFreqs;
Note: See TracChangeset for help on using the changeset viewer.