Hi all,
I have geonetwork setup on myserver. I would like to build a search tool
for my website that searches through the geonetwork site and returns the
result. I want the result to be returned to a page on my site and for users
to access the metadata without having to go to geonetwork. Is there
documentation on how the search is conducted? Infor like, when a user types
in what they are looking for on geonetwork, does it use keyword? Where are
they stored? in the data base of seperate xml files. Where is the actual
metadata stored? other links like downloads etc? That is the kind of infor
that i need.
Regards
Prestige
hi,
search in GeoNetwork uses its Lucene index. Matches from the index are then
retrieved from the database.
For your purpose I would use GeoNetwork's CSW interface. Create a CSW
GetRecords request from your user's query, post it to GeoNetwork's CSW
server interface, and you'll retrieve the results.
Hope this helps,
Kind regards
Heikki Doeleman
On Thu, Nov 4, 2010 at 3:00 PM, Prestige Makanga <ptmakanga@anonymised.com>wrote:
Hi all,
I have geonetwork setup on myserver. I would like to build a search tool
for my website that searches through the geonetwork site and returns the
result. I want the result to be returned to a page on my site and for users
to access the metadata without having to go to geonetwork. Is there
documentation on how the search is conducted? Infor like, when a user types
in what they are looking for on geonetwork, does it use keyword? Where are
they stored? in the data base of seperate xml files. Where is the actual
metadata stored? other links like downloads etc? That is the kind of infor
that i need.
Regards
Prestige
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
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,
On 11/4/2010 3:00 PM, Prestige Makanga wrote:
Hi all,
I have geonetwork setup on myserver. I would like to build a search
tool for my website that searches through the geonetwork site and
returns the result. I want the result to be returned to a page on my
site and for users to access the metadata without having to go to
geonetwork. Is there documentation on how the search is conducted? Infor
like, when a user types in what they are looking for on geonetwork, does
it use keyword? Where are they stored? in the data base of seperate xml
files. Where is the actual metadata stored? other links like downloads
etc? That is the kind of infor that i need.
search for a posting of mine on search in the archives. I remember having explained how search terms are mapped on lucene indices a while ago.
It was to geonetwork-users on 25/11/2009
best
Timo
Regards
Prestige