Re: Solritas: Modify $content in layout.vm

2012-02-18 Thread Erik Hatcher
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

Re: how to delta index linked entities in 3.5.0

2012-02-18 Thread Em
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

Re: Solritas: Modify $content in layout.vm

2012-02-18 Thread remi tassing
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

Re: How to handle to run testcases in ruby code for solr

2012-02-18 Thread Paul
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