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 t
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/
para
That works well, thanks very much.
On Tue, Nov 8, 2011 at 12:55 PM, Chris Hostetter
wrote:
>
> : 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 need to convince the
Thanks again
On Tue, Nov 8, 2011 at 2:56 PM, Chris Hostetter wrote:
>
> : 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 escaping
> things pr
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
wh
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 wh
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