Add notes for 2016-03-14

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2016-03-14 20:34:54 +02:00
parent 5f413446e2
commit 7f49e173d9
4 changed files with 30 additions and 0 deletions

View File

@ -49,3 +49,9 @@ Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolic
- I did some major cleanup work on Discovery and XMLUI stuff related to the `dc.type` indexes ([#187](https://github.com/ilri/DSpace/pull/187))
- We had been confusing `dc.type` (a Dublin Core value) with `dc.type.output` (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.
- There is still some more work to be done to remove references to old `outputtype` and `output`
## 2016-03-14
- Fix some items that had invalid dates (I noticed them in the log during a re-indexing)
- Reset `search.index.*` to the default, as it is only used by Lucene (deprecated by Discovery in DSpace 5.x): [#188](https://github.com/ilri/DSpace/pull/188)
- Make titles in Discovery and Browse by more consistent (singular, sentence case, etc)