Ignore:
Timestamp:
2008-06-25T15:38:55+12:00 (16 years ago)
Author:
mdewsnip
Message:

Modifying get_metadata_values() and get_documents_with_metadata_value() to take an array of metadata elements, rather than just one metadata element. This allows building a dynamic classifier on multiple metadata elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/protocol/recptprototools.h

    r16039 r16180  
    6868           ostream &logout);
    6969
    70 bool get_metadata_values (const text_t metadata_element_name, const text_t metadata_value_filter,
     70bool get_metadata_values (const text_t metadata_elements, const text_t metadata_value_filter,
    7171              const text_t metadata_value_grouping_expression, const text_t &collection,
    7272              recptproto *collectproto, FilterResponse_t &response, ostream &logout);
    7373
    74 bool get_documents_with_metadata_value (const text_t metadata_element_name, const text_t metadata_value,
     74bool get_documents_with_metadata_value (const text_t metadata_elements, const text_t metadata_value,
    7575                    const text_t sort_by_metadata_element_name, const text_t &collection,
    7676                    recptproto *collectproto, FilterResponse_t &response, ostream &logout);
Note: See TracChangeset for help on using the changeset viewer.