Re: 'Connection reset' in DataImportHandler Development Console

2009-11-27 Thread aerox7
Hi Andrew, I download the last build of solr (1.4) and i have the same probleme with DebugNow in Dataimport dev Console. have you found a solution ? thank you Andrew Clegg wrote: > > > > Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: >> >> apparently I do not see any command full-import, delta-import b

[Newbie]How to influante Revelance in Solr ?

2009-03-29 Thread aerox7
Hi, I have an index that contain pname (text), pdescription (text) and popularity(sinteger). My index contain this docs : pname : hp printer pdescription : hp printer C 330 blabla popularity : 20 --- pname : hp laptop pdescription : hp laptop X125 Blabala... popularity : 10 --- pname : hp je

Re: Encoding problem

2009-03-27 Thread aerox7
Hi, I had the same problem with DATAIMPORTHandler : i have a utf-8 mysql DATABASE but it's seems that DIH import data in LATIN... So i just use Transformer to (re)encode my strings in UTF-8. Rui Pereira-2 wrote: > > I'm having problems with encoding in responses from search queries. The > encod

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-21 Thread aerox7
DBC driver is getting the chars out right. >>  It >> may even be the case that they did not go into the DB correctly in the >> first >> place. >> >> On Mar 20, 2009, at 4:36 AM, aerox7 wrote: >> >>> >>> ==> where are you seeing it

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
DBC driver is getting the chars out right. >>  It >> may even be the case that they did not go into the DB correctly in the >> first >> place. >> >> On Mar 20, 2009, at 4:36 AM, aerox7 wrote: >> >>> >>> ==> where are you seeing it

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
ar 20, 2009 at 5:34 PM, aerox7 wrote: > >> >> Yes ! i completely understand the problem. I'm just asking about your >> solution to resolvre this problem. >> >> I gess that you use Solar PERL Client to index your DATABASE. for my case >> i >> use Da

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
ing it to SolR, > mapping-ISOLatin1Accent won't know how to interpret it. > > Does it make any sense? :P > > On Fri, Mar 20, 2009 at 11:53 AM, aerox7 wrote: > >> >> I'm using DataImportHandler to send my data to Solr ! so you mean it >> possible &g

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
t; > ... and before building the xml to invoque and add document to SolR: > > $row=encode("utf8",$row); > > On Fri, Mar 20, 2009 at 10:55 AM, aerox7 wrote: > >> >> I add : >> "è" => "e" to mapping-ISOLatin1Accent.txt

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
I add : "è" => "e" to mapping-ISOLatin1Accent.txt and add the following fieldType: By still have the same probleme ! it's only work when i store ISO string into UTF-8 data base (ex: store solène not solène) :,( aerox7 w

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
ransform my string to ISO-8859-1 before indexing process. May be by creating transformer in DataImportHandler ? (Never code in java :( ) Thank you all. Koji Sekiguchi-2 wrote: > > aerox7 wrote: >> Hi, >> I have a mysql data base in UTF-8. I have a row with "SolÃ

Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-19 Thread aerox7
Hi, I have a mysql data base in UTF-8. I have a row with "Solène" (solène). I want to transforme this to solene, so i use Solr ISOLatin1AccentFilterFactory to perform this task but it dosn't work ?!! i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to utf-8 so normaly ISOLatin1Acc