[GeoNetwork-devel] implementing temporary extent search

Hi all,

we are developing an application and need to do a search using the temporary extension of the data. We have seen that the service implements xml.search dateto datefrom to do search for the date of creation of the data, however from the advanced search form can make the query to the temporary extension of the data, what service is using this search?

Thanks.

Micho Garcia
GIS Developer Artisan
http://michogarcia.org

Hi Micho,

I would suggest you to use the CSW services (i.e. GetRecords) to perfom such a search.
The following queryable properties will allow you to perform searches over the temporal extent :

  • TempExtent_begin (where the lucene index field is tempExtentBegin)
  • TempExtent_end (where the lucene index field is tempExtentEnd)
    Hope this help,

Cheers,

Mathieu

On Thu, Jul 28, 2011 at 11:54 AM, Micho <michogar@anonymised.com> wrote:

Hi all,

we are developing an application and need to do a search using the temporary extension of the data. We have seen that the service implements xml.search dateto datefrom to do search for the date of creation of the data, however from the advanced search form can make the query to the temporary extension of the data, what service is using this search?

Thanks.

Micho Garcia
GIS Developer Artisan
http://michogarcia.org


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

Ok, thanks,

this is a posible solution, but we need to do search about a parameter in the ISO, the ContentInfo and this is not a suportedISOqueryable. We don’t know it is posible make this parameter queryable changing the config-csw.xml only or we need to do more changes.

Regards.

Micho Garcia
GIS Developer Artisan
http://michogarcia.org

2011/7/28 Mathieu Coudert <mathieu.coudert@anonymised.com.>

Hi Micho,

I would suggest you to use the CSW services (i.e. GetRecords) to perfom such a search.
The following queryable properties will allow you to perform searches over the temporal extent :

  • TempExtent_begin (where the lucene index field is tempExtentBegin)
  • TempExtent_end (where the lucene index field is tempExtentEnd)
    Hope this help,

Cheers,

Mathieu

On Thu, Jul 28, 2011 at 11:54 AM, Micho <michogar@anonymised.com> wrote:

Hi all,

we are developing an application and need to do a search using the temporary extension of the data. We have seen that the service implements xml.search dateto datefrom to do search for the date of creation of the data, however from the advanced search form can make the query to the temporary extension of the data, what service is using this search?

Thanks.

Micho Garcia
GIS Developer Artisan
http://michogarcia.org


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

You can add a new parameter to config-csw.xml and then also add it to lucene index file xml/schemas/iso19139/index-fields.xsl and reindex the metadata….

Regards

Kumaran

From: Micho [mailto:michogar@anonymised.com]
Sent: Thursday, July 28, 2011 4:14 PM
To: geonetwork-devel@anonymised.com.net
Subject: Re: [GeoNetwork-devel] implementing temporary extent search

Ok, thanks,

this is a posible solution, but we need to do search about a parameter in the ISO, the ContentInfo and this is not a suportedISOqueryable. We don’t know it is posible make this parameter queryable changing the config-csw.xml only or we need to do more changes.

Regards.

Micho Garcia

GIS Developer Artisan
http://michogarcia.org

2011/7/28 Mathieu Coudert <mathieu.coudert@anonymised.com>

Hi Micho,

I would suggest you to use the CSW services (i.e. GetRecords) to perfom such a search.

The following queryable properties will allow you to perform searches over the temporal extent :

  • TempExtent_begin (where the lucene index field is tempExtentBegin)
  • TempExtent_end (where the lucene index field is tempExtentEnd)

Hope this help,

Cheers,

Mathieu

On Thu, Jul 28, 2011 at 11:54 AM, Micho <michogar@anonymised.com> wrote:

Hi all,

we are developing an application and need to do a search using the temporary extension of the data. We have seen that the service implements xml.search dateto datefrom to do search for the date of creation of the data, however from the advanced search form can make the query to the temporary extension of the data, what service is using this search?

Thanks.

Micho Garcia

GIS Developer Artisan
http://michogarcia.org


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@anonymised.comurceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

You can even use directly the lucene index fields into the CSW request, without adding it to the config-csw.xml file.
As far as I remember, this should work as well.

Cheers,
Mathieu

On Thu, Jul 28, 2011 at 2:06 PM, Kumaran Narayanaswamy <kumaran.narayanaswamy@anonymised.com> wrote:

You can add a new parameter to config-csw.xml and then also add it to lucene index file xml/schemas/iso19139/index-fields.xsl and reindex the metadata….

Regards

Kumaran

From: Micho [mailto:michogar@anonymised.com]
Sent: Thursday, July 28, 2011 4:14 PM
To: geonetwork-devel@lists.sourceforge.net
Subject: Re: [GeoNetwork-devel] implementing temporary extent search

Ok, thanks,

this is a posible solution, but we need to do search about a parameter in the ISO, the ContentInfo and this is not a suportedISOqueryable. We don’t know it is posible make this parameter queryable changing the config-csw.xml only or we need to do more changes.

Regards.

Micho Garcia

GIS Developer Artisan
http://michogarcia.org

2011/7/28 Mathieu Coudert <mathieu.coudert@anonymised.com>

Hi Micho,

I would suggest you to use the CSW services (i.e. GetRecords) to perfom such a search.

The following queryable properties will allow you to perform searches over the temporal extent :

  • TempExtent_begin (where the lucene index field is tempExtentBegin)
  • TempExtent_end (where the lucene index field is tempExtentEnd)

Hope this help,

Cheers,

Mathieu

On Thu, Jul 28, 2011 at 11:54 AM, Micho <michogar@anonymised.com> wrote:

Hi all,

we are developing an application and need to do a search using the temporary extension of the data. We have seen that the service implements xml.search dateto datefrom to do search for the date of creation of the data, however from the advanced search form can make the query to the temporary extension of the data, what service is using this search?

Thanks.

Micho Garcia

GIS Developer Artisan
http://michogarcia.org


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

Hi,

I added my search field to the index-fields.xsl in my schema, how re-index the metadata?. I deleted the nonspatial folder in lucene folder, but when I inspect the index with Luke, not appear my field like indexed.

Thanks.

Micho Garcia
GIS Developer Artisan
http://michogarcia.org

2011/7/28 Mathieu Coudert <mathieu.coudert@anonymised.com>

You can even use directly the lucene index fields into the CSW request, without adding it to the config-csw.xml file.
As far as I remember, this should work as well.

Cheers,
Mathieu

On Thu, Jul 28, 2011 at 2:06 PM, Kumaran Narayanaswamy <kumaran.narayanaswamy@anonymised.com> wrote:

You can add a new parameter to config-csw.xml and then also add it to lucene index file xml/schemas/iso19139/index-fields.xsl and reindex the metadata….

Regards

Kumaran

From: Micho [mailto:michogar@anonymised.com]
Sent: Thursday, July 28, 2011 4:14 PM
To: geonetwork-devel@lists.sourceforge.net
Subject: Re: [GeoNetwork-devel] implementing temporary extent search

Ok, thanks,

this is a posible solution, but we need to do search about a parameter in the ISO, the ContentInfo and this is not a suportedISOqueryable. We don’t know it is posible make this parameter queryable changing the config-csw.xml only or we need to do more changes.

Regards.

Micho Garcia

GIS Developer Artisan
http://michogarcia.org

2011/7/28 Mathieu Coudert <mathieu.coudert@anonymised.com>

Hi Micho,

I would suggest you to use the CSW services (i.e. GetRecords) to perfom such a search.

The following queryable properties will allow you to perform searches over the temporal extent :

  • TempExtent_begin (where the lucene index field is tempExtentBegin)
  • TempExtent_end (where the lucene index field is tempExtentEnd)

Hope this help,

Cheers,

Mathieu

On Thu, Jul 28, 2011 at 11:54 AM, Micho <michogar@anonymised.com> wrote:

Hi all,

we are developing an application and need to do a search using the temporary extension of the data. We have seen that the service implements xml.search dateto datefrom to do search for the date of creation of the data, however from the advanced search form can make the query to the temporary extension of the data, what service is using this search?

Thanks.

Micho Garcia

GIS Developer Artisan
http://michogarcia.org


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork


Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork