Project

General

Profile

« Previous | Next » 

Revision 55638

Resolving #4194 and #4031 - csv issues and author field

View differences:

SearchServiceImpl.java
230 230

  
231 231
            epr = index.getBrowsingStatistics(eprQuery, "all", mdFormat, indexLayout);
232 232

  
233
            if (epr == null) {
233
            if (epr == null){
234 234
                throw new SearchServiceException("Something really strange happened there! Index returned null result set id.");
235 235
            }
236 236

  

Also available in: Unified diff