[GeoNetwork-devel] [GeoNetwork opensource Developer website] #827: Topic Category should be indexed in lucene for every language

#827: Topic Category should be indexed in lucene for every language
-----------------------+----------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.7.0
Component: General | Version: v2.6.4
Keywords: |
-----------------------+----------------------------------------------------
Topic Category value is language independent, but seem only indexed for
english.

Searching for a multilingual metadata in english UI the keywords returned
contain the topic category. But requesting it in other UI languages,
keywords for metadata doesn't contain it.

Returned summary sectionwith query service with english UI:

<summary count="1" type="local" hitsusedforsummary="1">
     <keywords>
       <keyword count="1" name="boundaries" />
     </keywords>
   </summary>

Returned summary section with query service with french UI:

  <summary count="1" type="local" hitsusedforsummary="1">
     <keywords />
   </summary>

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/827&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#827: Topic Category should be indexed in lucene for every language
-----------------------+----------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.8.0
Component: General | Version: v2.6.4
Keywords: |
-----------------------+----------------------------------------------------
Changes (by ianwallen):

  * milestone: v2.7.0 => v2.8.0

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/827#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#827: Topic Category should be indexed in lucene for every language
-----------------------+----------------------------------------------------
Reporter: josegar74 | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.8.0
Component: General | Version: v2.6.4
Keywords: |
-----------------------+----------------------------------------------------

Comment(by landry):

I'm not sure it's the exact same issue, but here if i set a
MD_TopicCategoryCode to one of the available codes, it shows up properly
translated in the widgets UI with the advanced view, but in the search
result view it shows up as an untranslated raw code (the TopicCategory is
added to the list of keywords automatically ?).

If i look at the xml returned, <keyword> contains the code and not the
translation.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/827#comment:2&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.