Exception importing multi-valued UUID field

2012-02-20 Thread Greg Pelly
Hi, I exported a csv file from SOLR and made some changes, I then tried to reimport the file and got the exception below. It seems UUID field type can't import multi-values, I removed all of the multi-values and it imported without an issue. Cheers org.apache.solr.common.SolrException: Error

Re: Exception importing multi-valued UUID field

2012-02-20 Thread Greg Pelly
I also tried it with the comma escaped, so: '845b9db2-2a25-44e3-8eb4-3bf17cd16738\,c5477d5d-e77c-45e9-ab61-f7ca05499b37' So that's in the same format as it was exported, Excel must have removed the slash. But I still get the error with the slash. On Tue, Feb 21, 2012 at 11:26 AM, Greg Pelly

Error Handling of deliberately missing required field

2011-11-21 Thread Greg Pelly
Hi, I'm trying to implement error handling in a PHP client (through the PHP SOLR Plugin), I'm doing so by making a missing field mandatory temporarily. When the update is sent through without the field made mandatory I get a response back with a status code of 0 which is great. In the situation

when using group=true facet numbers are incorrect

2011-11-07 Thread Greg Pelly
Hi, I've noticed that when field collapsing and faceting are both used in the one query the facet numbers ignore the grouping. In my example I have three documents (I have a small index for testing) and if I group on a certain field I get two groups in the results but the facet numbers show that

can't determine sort order with desc provided

2011-11-07 Thread Greg Pelly
Hi, I'm having an issue with sorting because the PHP plugin converts the + to %2B, I get the error Can't determine Sort Order: 'name+desc'. Thanks in advance for any assistance. Cheers Nov 8, 2011 1:53:00 PM org.apache.solr.core.SolrCore execute INFO: [pending] webapp=/solr path=/select/

Re: when using group=true facet numbers are incorrect

2011-11-07 Thread Greg Pelly
That works well, thanks very much. On Tue, Nov 8, 2011 at 12:55 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: : I understand that's a valid thing for faceting to do, I was just wondering : if there's any way to get it to do the faceting on the groups returned. : Otherwise I guess I'll

Re: can't determine sort order with desc provided

2011-11-07 Thread Greg Pelly
Thanks again On Tue, Nov 8, 2011 at 2:56 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: : I'm having an issue with sorting because the PHP plugin converts the + to : %2B, I get the error Can't determine Sort Order: 'name+desc'. then it sounds like the PHP library you are using is URL