Summary
- Added a search client implementation with a Collection interface (details)
- Refactored rootObjects to be an iterable (details)
- Removed unneccessary expansions of all root objects (details)
- Fixed NPE when AggregationTree is used for non-aggregations (details)
The file was added | src/test/java/info/textgrid/services/aggregator/SearchResultListTest.java |
The file was added | src/main/java/info/textgrid/services/aggregator/SearchResultList.java |
The file was modified | src/main/java/info/textgrid/services/aggregator/AbstractExporter.java |
The file was modified | src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java |
The file was modified | src/main/java/info/textgrid/services/aggregator/zip/ZipResult.java |
The file was modified | src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java |
The file was modified | src/main/java/info/textgrid/services/aggregator/zip/ZipResult.java |
The file was modified | src/main/java/info/textgrid/services/aggregator/AbstractExporter.java |
The file was modified | pom.xml |
The file was modified | src/main/java/info/textgrid/services/aggregator/tree/AggregationTreeFactory.java |