Ignore:
Timestamp:
01/28/15 09:14:40 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha15: added support for new spec explains/search; misc UI corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/java/eu/clarin/sru/fcs/aggregator/search/Exports.java

    r5897 r5957  
    286286            tc.createMatchesLayer("FCS", resultsProcessed.get(0).getSearchString());
    287287            for (Result result : resultsProcessed) {
    288                 MatchedCorpus mCorpus = tc.getMatchesLayer().addCorpus(result.getCorpus().getDisplayName(), result.getCorpus().getHandle());
     288                                MatchedCorpus mCorpus = tc.getMatchesLayer().addCorpus(result.getCorpus().getTitle(), result.getCorpus().getHandle());
    289289                for (Kwic kwic : result.getKwics()) {
    290290                    List<Token> tokens = new ArrayList<Token>();
Note: See TracChangeset for help on using the changeset viewer.