Changeset 16038


Ignore:
Timestamp:
2008-06-17T15:11:45+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding dynamic classifiers) Minor code simplification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/dynamicclassifieraction.cpp

    r16035 r16038  
    272272
    273273  // Get all the documents at this level
    274   text_t sort_documents_by = "";
    275   if (classifier_options.find("-sort_documents_by") != classifier_options.end())
    276   {
    277     sort_documents_by = classifier_options["-sort_documents_by"];
    278   }
     274  text_t sort_documents_by = classifier_options["-sort_documents_by"];
    279275  FilterResponse_t documents_response;
    280276  get_documents_with_metadata_value (metadata_element_name, classifier_node_metadata_value, sort_documents_by, args["c"], collectproto, documents_response, logout);
Note: See TracChangeset for help on using the changeset viewer.