[GeoNetwork-devel] [GeoNetwork opensource Developer website] #900: Lucene / Add per field analyzer per language configuration

#900: Lucene / Add per field analyzer per language configuration
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: major | Milestone: Future release
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Add the capability to define per field analyzer per language overriding
default analyzer (Currently one per field analyzer is defined for each
stopword list available using GNA as default analyzer).

Example configuration to override default analyzer and analyzer for any
field in the French index:
{{{
   <defaultAnalyzer lang="fre"
name="org.apache.lucene.analysis.fr.FrenchAnalyzer"/>

   <fieldSpecificAnalyzer lang="fre">
     <Field name="any"
analyzer="org.apache.lucene.analysis.fr.FrenchAnalyzer"/>
   </fieldSpecificAnalyzer>
}}}

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/900&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.