Re: first time user

2014-12-16 Thread Jack Krupansky
l Message- From: onyourmark Sent: Tuesday, December 16, 2014 7:28 AM To: solr-user@lucene.apache.org Subject: Re: first time user Thanks Jack. Can I ask, does it give a solution to my problem of the semicolons in the text and as delimiters? Bill On Tue, Dec 16, 2014 at 9:19 PM, Jack Krupansky-2 [v

Re: first time user

2014-12-16 Thread onyourmark
12:12 AM > To: solr-user > Subject: Re: first time user > > Just test a manual example yourself. Much easier. I am pretty sure Solr > can't read your mind which particular semicolon is which use case. > > Worse though, I can't remember how smart it is about quotes either

Re: first time user

2014-12-16 Thread Jack Krupansky
16, 2014 12:12 AM To: solr-user Subject: Re: first time user Just test a manual example yourself. Much easier. I am pretty sure Solr can't read your mind which particular semicolon is which use case. Worse though, I can't remember how smart it is about quotes either. Easier to test tha

Re: first time user

2014-12-15 Thread Alexandre Rafalovitch
Just test a manual example yourself. Much easier. I am pretty sure Solr can't read your mind which particular semicolon is which use case. Worse though, I can't remember how smart it is about quotes either. Easier to test than to guess. Regards, Alex On 15/12/2014 7:28 pm, "onyourmark" wrot

Re: first time user

2014-12-15 Thread onyourmark
Hi Alex, thank you for the response and information. In your opinion, data is stored in semicolon delimited files and some of the fields in the data are text and may on occasion have semicolons in them, will it be possible for solr to index the data properly by itself or will I have to use some out

Re: first time user

2014-12-12 Thread Alexandre Rafalovitch
RTFineM: https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHandlers-CSVFormattedIndexUpdates The default separator is ',' (a coma). If you want semicolon, you need to use 'separator' parameter to tell Solr to do so. It's not quite magic, esp