[GeoNetwork-devel] Search by Publish Date

Hello,

I am in the process of implementing GeoNetwork as the primary metadata tool
for our organization and am very impressed with all the thought and effort
that has gone into its design. Kudos to all.
One requirement that I face in implementation is the ability to search the
metadata by publish or edition date. Is this posible? If so, how do I do
this?
Does anyone have documentation describing how the lucene search engine
works, and better yet, how to extend it?

Cheers,
Byron
--
View this message in context: http://www.nabble.com/Search-by-Publish-Date-tf4033070s18419.html#a11456994
Sent from the geonetwork-devel mailing list archive at Nabble.com.

Hi Byron,

before searching for a field, you have to index it. Into web/geonetwork/
xml/search there are the stylesheets where you can choose the fields
to index. Then you have to change the main page to add the choice of
the new field. The new field you add here directly goes to the search engine.

Cheers,
Andrea

Hello,

I am in the process of implementing GeoNetwork as the primary metadata tool
for our organization and am very impressed with all the thought and effort
that has gone into its design. Kudos to all.
One requirement that I face in implementation is the ability to search the
metadata by publish or edition date. Is this posible? If so, how do I do
this?
Does anyone have documentation describing how the lucene search engine
works, and better yet, how to extend it?

Cheers,
Byron