Hello DSpace community,

I am trying to set SOLR to use the Greek analyzer for searches performed in Mirage, DSpace version 3.1. Setting the analyzer property in dspace.cfg to search.analyzer = org.apache.lucene.analysis.el.GreekAnalyzer seems to be working only for jspui' s search aspect, so after a bit of searching and reading apache wikis, I performed the following actions:

- uncommented the following in [dspace-src]/dspace/solr/search/conf/schema.xml
<fieldType name="text_greek" class="solr.TextField">
      <analyzer class="org.apache.lucene.analysis.el.GreekAnalyzer"/>
</fieldType>
- rebuilt dspace
- stopped tomcat
- cleared tomcat's cache
- recreated indexes several times running: index-init, update-discovery-index and index-init, update-discovery-index -b

but it does not seem to work. Am I missing something? Any suggestions would be more than welcome!

Regards,

Kiriaki Roditi
EL/i/DOC Systems & Services
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to