Tika parser doesn't seem to work with Solr DIH Row Transformer

2011-07-07 Thread abiratsis
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

solr Scheduling doesnt fire

2011-05-15 Thread abiratsis
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

Re: How to get stopwords and synonyms files for several lanuages

2011-03-18 Thread abiratsis
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

Re: How to get stopwords and synonyms files for several lanuages

2011-03-18 Thread abiratsis
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.

Re: How to get stopwords and synonyms files for several lanuages

2011-03-18 Thread abiratsis
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.

How to get stopwords and synonyms files for several lanuages

2011-03-18 Thread abiratsis
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

Re: Greek and English text into the same field

2011-03-18 Thread abiratsis
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 -

Greek and English text into the same field

2011-03-17 Thread abiratsis
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.