[GeoNetwork-users] Instalación de Geonetwork

Could someone respond to this message?
Thanks,
Jeroen

Begin forwarded message:

From: veronica.rodriguez@anonymised.com
Date: January 21, 2008 10:00:14 PM GMT+01:00
To: geonetwork@anonymised.com
Subject: Instalación de Geonetwork

You are receiving this mail because Verónica Rodríguez Cruz
veronica.rodriguez@anonymised.com
is sending feedback about the site administered by you at http://geonetwork-opensource.org.
The message sent was:

Buenas tardes, me querrian ayudar por favor, me encuentro instalando Geonetwork y menda un error de que no puede conectarse a la B.D, estoy usando oracle, el error es cuando le asigno el "jdbc:oracle:thin", se encuentra en: E:\oracle\ora92\jdbc\lib\ojdbc14.jar Geonetword de donde toma este driver, serian tan gentiles de ayudame. Gracias.

--
GeoNetwork opensource Administrator

Hello list.

I have installed the latest version of Geonetwork (2.1 final) and would like to add another search field in the "advanced search" mode. The field I'd like to add is the "ISO topic category". If I'm not mistaken, this field is already being indexed by Lucene with the field name "topicCat", which means that if I could send a request to the search service (e.g. http://195.251.137.115:8080/geonetwork/srv/en/main.search.embedded?…), adding the topic category parameter, the search would work. The problem is that I do not know the name of that parameter (e.g. the name of the North bounding box coordinate is "NorthBL"). After that I guess I'll have to mess with lucene.xsl file, in order to produce the <request> sent to the server. Is that correct, or do I have to download the source code of Geonetwork and try to develop?

Thanx a lot!

Mimis

Hi Mimis,

Thanks for your email. Indeed, the topic category is indexed, but I also noticed that nothing is done in the code to actually maintain the parameter in the session for instance. I have now added that code. The variable name you should use is topicCat and the values to match are those listed as value in the topic category list. this should already work for you now, I only added it now to the code so it is maintained in the session.

I'm also properly documenting all variables supported. I do this straight in the code, but this will allow you to read the details in the JavaDoc. I guess we'll also make that JavaDoc available online in the future.

This will all be part of tomorrow's RC1 release.

Ciao,
Jeroen

On Jan 22, 2008, at 1:07 PM, Simos Dimitrios wrote:

Hello list.

I have installed the latest version of Geonetwork (2.1 final) and would like to add another search field in the "advanced search" mode. The field I'd like to add is the "ISO topic category". If I'm not mistaken, this field is already being indexed by Lucene with the field name "topicCat", which means that if I could send a request to the search service (e.g. http://195.251.137.115:8080/geonetwork/srv/en/main.search.embedded?…), adding the topic category parameter, the search would work. The problem is that I do not know the name of that parameter (e.g. the name of the North bounding box coordinate is "NorthBL"). After that I guess I'll have to mess with lucene.xsl file, in order to produce the <request> sent to the server. Is that correct, or do I have to download the source code of Geonetwork and try to develop?

Thanx a lot!

Mimis

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net

Hi:

I will respond to this message.

Regards

Godofredo Contreras

From: Jeroen@anonymised.com
To: geonetwork-users@lists.sourceforge.net
Date: Tue, 22 Jan 2008 07:33:28 +0100
CC: veronica.rodriguez@anonymised.com
Subject: [GeoNetwork-users] Fwd: Instalación de Geonetwork

Could someone respond to this message?
Thanks,
Jeroen

Begin forwarded message:

> From: veronica.rodriguez@anonymised.com
> Date: January 21, 2008 10:00:14 PM GMT+01:00
> To: geonetwork@anonymised.com
> Subject: Instalación de Geonetwork
>
>
> You are receiving this mail because Verónica Rodríguez Cruz
> veronica.rodriguez@anonymised.com
> is sending feedback about the site administered by you at http://geonetwork-opensource.org
> .
> The message sent was:
>
> Buenas tardes, me querrian ayudar por favor, me encuentro instalando
> Geonetwork y menda un error de que no puede conectarse a la B.D,
> estoy usando oracle, el error es cuando le asigno el
> "jdbc:oracle:thin", se encuentra en: E:\oracle\ora92\jdbc\lib
> \ojdbc14.jar Geonetword de donde toma este driver, serian tan
> gentiles de ayudame. Gracias.
>
>
> --
> GeoNetwork opensource Administrator
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join

Hi Mimis,
In the JavaDoc that you will find in the RC1 installers just released, you will find descriptions of almost all parameters that GN supports in the search.

Look for docs/javadoc-gn/org.fao.geonet.constants.Geonet.SearchResult.html (you have to explicitely install javadoc!)

Other parameters on specific indexes are also available as explained below.
Ciao,
Jeroen

On Jan 23, 2008, at 3:07 PM, Jeroen Ticheler wrote:

Hi Mimis,

Thanks for your email. Indeed, the topic category is indexed, but I
also noticed that nothing is done in the code to actually maintain the
parameter in the session for instance. I have now added that code. The
variable name you should use is topicCat and the values to match are
those listed as value in the topic category list. this should already
work for you now, I only added it now to the code so it is maintained
in the session.

I'm also properly documenting all variables supported. I do this
straight in the code, but this will allow you to read the details in
the JavaDoc. I guess we'll also make that JavaDoc available online in
the future.

This will all be part of tomorrow's RC1 release.

Ciao,
Jeroen

On Jan 22, 2008, at 1:07 PM, Simos Dimitrios wrote:

Hello list.

I have installed the latest version of Geonetwork (2.1 final) and
would like to add another search field in the "advanced search"
mode. The field I'd like to add is the "ISO topic category". If I'm
not mistaken, this field is already being indexed by Lucene with the
field name "topicCat", which means that if I could send a request to
the search service (e.g. http://195.251.137.115:8080/geonetwork/srv/en/main.search.embedded?…)
, adding the topic category parameter, the search would work. The
problem is that I do not know the name of that parameter (e.g. the
name of the North bounding box coordinate is "NorthBL"). After that
I guess I'll have to mess with lucene.xsl file, in order to produce
the <request> sent to the server. Is that correct, or do I have to
download the source code of Geonetwork and try to develop?

Thanx a lot!

Mimis

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net