Hello everyone,
I have a index that contains text (several fileds) that can be in English or
in Greek. I have found the corresponding filters
solr.GreekLowerCaseFilterFactory
solr.GreekStemFilterFactory
for the greek language along with the special type text_greek included to
the default schema.
OK thanx a lot guys, one last question is there any need to download and
embed the stopwords-synonyms files or solr.war already contains them?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Greek-and-English-text-into-the-same-field-tp2696186p2697795.html
Sent from the Solr -
Hello everyone,
I am developing a multilingual index so there is a need for different
languages support. I need some answers to the follwing questions:
1. Which steps should I follow in order to get(download) all the
stopwords-synonyms files for several languages?
2. Is there any site containin
OK thanx Markus, is clear enough now
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-get-stopwords-and-synonyms-files-for-several-lanuages-tp2698494p2698566.html
Sent from the Solr - User mailing list archive at Nabble.com.
OK thanx Markus, is clear enough now
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-get-stopwords-and-synonyms-files-for-several-lanuages-tp2698494p2698567.html
Sent from the Solr - User mailing list archive at Nabble.com.
Basically I have one more question, by saying that "Synonyms largely depend
on what you're indexing" you mean that I probably need to implement a
mechanism for handling synonyms right? If yes, you have any suggestions how
to implement this?
Thanx,
Alex
--
View this message in context:
http://luc
Hello everyone, I trying to use DIH in Solr 3.1 with scheduling but it never
fires. Here is my dataimport.properties file:
#Mon May 16 02:43:35 CEST 2011
last_index_time=2011-05-16 02\:43\:35
element.last_index_time=2011-05-16 02\:43\:35
syncCores=
server=localhost
port=8080
webapp=solr
params=/se
Hello there, I am using DIH for importing data from a mysql db and a
directory. For this purpose I have wrote my own Transformer class in order
to modify imported values under several cases. Now we need to add document
support for our indexing server and that leaded us to use Tika in order to
impor