Problem with importing tab-delimited csv file

2013-08-23 Thread Rob Koeling Ai
t;none" Another question I means to ask, is whether this sort of activity is logged anywhere. I mean, after adding or deleting data, is there somewhere a record of that action? The 'logging' tab on the Dashboard page only reports errors as far as I can see. Thanks, - R

Problem with importing tab-delimited csv file

2013-08-23 Thread Rob Koeling Ai
I'm having trouble importing a tab-delimited file with the csv update handler.My data file looks like this:"id" "question" "answer" "url""q99" "Who?" "You!" "none"When I send this data to Solr using Curl:curl 'http://localhost:8181/solr/development/update/csv?commit=true&separator=%09' --data @samp

Re: Has anyone HunspellStemFilterFactory working?

2012-11-14 Thread Rob Koeling
K > раму -> рама | расти : FAILED: second word is wrong and excess > мелом -> мести | метить | месть | мел : FAILED: only last word is > correct, other ones are excess > > -- > > That's why I use a JNA (v3.2.7) binding on original (system) &

Has anyone HunspellStemFilterFactory working?

2012-11-13 Thread Rob Koeling
If so, would you be willing to share the .dic and .aff files with me? When I try to load a dictionary file, Solr is complaining that: java.lang.RuntimeException: java.io.IOException: Unable to load hunspell data! [dictionary=en_GB.dic,affix=en_GB.aff] at org.apache.solr.schema.IndexSchema.(Ind

Problem with loading dictionary for Hunspell

2012-10-26 Thread Rob Koeling
I'm trying to employ the HunspellStemFilterFactory, but have trouble loading a dictionary. I downloaded the .dic and .aff file for en_GB, en_US and nl_NL from the OpenOffice site, but they all give me the same error message. When I use them AS IS, I get the error message: Oct 26, 2012 2:39:37 P