Ignore:
Timestamp:
2008-05-30T16:00:47+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding dynamic classifiers) Not sure if this is necessarily the best place to do this, but added the ability to request the documents from a "get_documents_with_metadata_value()" call to be sorted based on a certain metadata element. Thanks to John Thompson for the SQL statement help.

File:
1 edited

Legend:

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

    r15806 r15836  
    7171              recptproto *collectproto, FilterResponse_t &response, ostream &logout);
    7272
    73 bool get_documents_with_metadata_value (const text_t metadata_element_name, const text_t metadata_value, 
    74                     const text_t &collection, recptproto *collectproto,
    75                     FilterResponse_t &response, ostream &logout);
     73bool get_documents_with_metadata_value (const text_t metadata_element_name, const text_t metadata_value,
     74                    const text_t sort_by_metadata_element_name, const text_t &collection,
     75                    recptproto *collectproto, FilterResponse_t &response, ostream &logout);
    7676
    7777#endif
Note: See TracChangeset for help on using the changeset viewer.