Project

General

Profile

« Previous | Next » 

Revision 57285

return facets with more than the default 100 value

View differences:

SearchRequestController.java
313 313
            throw new Exception("Fail to execute search.", e);
314 314
        }
315 315

  
316
        if (formattedSearchResult == null) {
317
            throw new Exception("Fail to execute search.");
318
        }
319

  
316 320
        PrintWriter writer = response.getWriter();
317 321
        writer.append(formattedSearchResult.getFormattedResult());
318 322
        writer.close();

Also available in: Unified diff