searchsrv_plat/cpix_search_api/inc/cpixdocument.h
changeset 23 d4d56f5e7c55
parent 13 fcb2a58c181b
child 24 65456528cac2
equal deleted inserted replaced
20:556534771396 23:d4d56f5e7c55
    77      * default. Note: that also non-indexed fields can be aggregated.
    77      * default. Note: that also non-indexed fields can be aggregated.
    78      */
    78      */
    79     enum Aggregated
    79     enum Aggregated
    80         {
    80         {
    81         AggregateNo = 1<<30,
    81         AggregateNo = 1<<30,
    82         AggregateYes = 1<<31,
    82         AggregateYes = (unsigned int)1<<31,
    83         AggregateDefault = 0
    83         AggregateDefault = 0
    84         };
    84         };
    85     /**
    85     /**
    86      * By default, field value is stored to database and it's indexed as tokenized strings.
    86      * By default, field value is stored to database and it's indexed as tokenized strings.
    87      */
    87      */