[GeoNetwork-users] CSW - Search

Hello,

We've got some questions concerning the CSW shipped with the GeoNetwork software package. But we only are concerned with the pure OGC CSW. Please tell me where I could find the information we need

1) How is search performed? Is it done solely by lucene and how exactly does it function?

2) Is it possible to add an index on our own extension points (new <keyword>s)?

Thanks in advance,
Kieran
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Hello Geonetwork-users,

is there really nobody out there, who have some more information about the search mechanism implemented in the CSW shipped with the Geonetwork software?

Kieran

-------- Original-Nachricht --------

Datum: Fri, 09 Dec 2011 11:46:49 +0100
Von: kieransun@anonymised.com
An: geonetwork-users@lists.sourceforge.net
Betreff: [GeoNetwork-users] CSW - Search

Hello,

We've got some questions concerning the CSW shipped with the GeoNetwork
software package. But we only are concerned with the pure OGC CSW. Please
tell me where I could find the information we need

1) How is search performed? Is it done solely by lucene and how exactly
does it function?

2) Is it possible to add an index on our own extension points (new
<keyword>s)?

Thanks in advance,
Kieran
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point
of
discussion for anyone considering optimizing the pricing and packaging
model
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
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

--
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone

Hi Kieran

About the search, is perfomed using lucene fields. In the folder
INSTALL_DIR/web/geonetwork/xml/csw/filter-to-lucene.xsl
the query is transformed to another xml format processed by
LuceneSearcher.makeQuery method.

To add additional fields to lucene check the files
INSTALL_DIR/web/geonetwork/xml/schemas/XXXXX/index-fields.xsl .

Also to make the field available in CSW searches, need to add to
INSTALL_DIR/web/geonetwork/WEB-INF/config-csw.xml a section like:

<parameter name="*CSW_Query_Name*" field="*LUCENE_field_name*"
type="AdditionalQueryables">
    <xpath schema="iso19139" path="*XPATH_in_iso19139*"/> <!-- Optional:
Used in CSW Transaction -->
</parameter>

Regards,
Jose García

On Mon, Dec 19, 2011 at 10:16 AM, <kieransun@anonymised.com> wrote:

Hello Geonetwork-users,

is there really nobody out there, who have some more information about the
search mechanism implemented in the CSW shipped with the Geonetwork
software?

Kieran

-------- Original-Nachricht --------
> Datum: Fri, 09 Dec 2011 11:46:49 +0100
> Von: kieransun@anonymised.com
> An: geonetwork-users@lists.sourceforge.net
> Betreff: [GeoNetwork-users] CSW - Search

> Hello,
>
> We've got some questions concerning the CSW shipped with the GeoNetwork
> software package. But we only are concerned with the pure OGC CSW. Please
> tell me where I could find the information we need
>
> 1) How is search performed? Is it done solely by lucene and how exactly
> does it function?
>
> 2) Is it possible to add an index on our own extension points (new
> <keyword>s)?
>
> Thanks in advance,
> Kieran
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>
>
------------------------------------------------------------------------------
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point
> of
> discussion for anyone considering optimizing the pricing and packaging
> model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> _______________________________________________
> 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

--
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone

------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
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