Ignore:
Timestamp:
2006-08-09T13:06:51+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now catches TooManyClauses exceptions from Lucene and tells the user that this has happened.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/expat_resultset.cpp

    r12420 r12421  
    4545  if (element_name == "Error") {
    4646    char* error_type_str = get_attribute(attributes, "type");
     47    queryresult_ptr->error_message = error_type_str;
    4748    if ((text_t) error_type_str == "PARSE_EXCEPTION") {
    4849      queryresult_ptr->syntax_error = true;
Note: See TracChangeset for help on using the changeset viewer.