Changes between Version 5 and Version 6 of MimeTypeCalculationIndexing
- Timestamp:
- 04/14/10 05:37:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MimeTypeCalculationIndexing
v5 v6 10 10 == Overview == 11 11 12 !GeoNetwork uses all kinds of code in a few different places to calculate mime types for files that are uploaded with metadata records as online resources (usually based on filenames). However the mime type is never indexed with the metadata record that points to the resource and the mime type calculation is usually done based on the filename so may not reflect the true content of the file or return the correct registered mime type for alternatives filenames. This means that searches cannot be done on the content of online resources.12 !GeoNetwork uses different code in a few places to calculate mime types for files that are uploaded with metadata records as online resources (usually based on filenames). However the mime type is never indexed with the metadata record that points to the resource and the mime type calculation is usually done based on the filename so may not reflect the true content of the file or return the correct registered mime type for alternatives. This means that searches cannot be done on the content of online resources. 13 13 14 14 === Proposal Type === … … 37 37 * Inclusion of the mime type Lucene field as an AdditionalQueryable in the CSW config. 38 38 39 Mime-util has a plugin architecture to support the addition of new ways to calculate mime types plus a simple file where unregistered types can be added. 40 39 41 At this stage the proposal does not: 40 42