Unfortunately things a bit messy in there because others have tried to make a
kitchen sink of things in there, but as I said, it all starts with browse.vm
and then follow any #parse's from there. You'll see browse.vm #parse's
"facets.vm", and in there you'll see how it then #parse's to those va
Hi Adam,
I made a quick review of the DIH-code in your exception and it seems
like it is not possible to resolve a multi-column PK at the moment.
Maybe I am wrong, but can anyone confirm to have problems with DIH,
whenever he uses a multi-column PK?
Kind regards,
Em
Am 18.02.2012 02:52, schrieb
Yes, I'm using the example configuration (Solr-3.4).
What I'm trying to do is to remove the menus on the left side ("Query
Facets", "Range Facets", "Clusters"), and the "boost by price" button. I'm
not using them for now and they're kind of distracting.
Thanks, again, in advance!
Remi
On Fri, F
Are you asking how to test your own code, that happens to have a solr
query somewhere in the middle of it? I've done this two ways:
1) You can mock the solr call by detecting that you are in test mode
and just return the right answer. That will be fast.
2) Or you set up a second core with the nam