Changes between Version 5 and Version 6 of TemporalExtentSearch
- Timestamp:
- 04/14/10 04:14:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TemporalExtentSearch
v5 v6 33 33 Advanced Search Interface would look like the following: 34 34 35 [[ image(temporalextentsearch1.png)]]35 [[Image(temporalextentsearch1.png)]] 36 36 37 37 In ISO records temporal extents can be specified in a number of different ways (GML has many different and flexible representations for time). The !GeoNetwork editor simplifies the options by using a !JavaScript calendar interface to specify an ISO DateTime or ISO Date interface. For temporal extent searching to work correctly, we need a flexible method of parsing as many of the different time formats as possible because not all records in the catalog will be created using the !GeoNetwork editor. After parsing we will need to convert to a common time format and timezone before storing in a Lucene Index field for searching.