Re: Localsolr with Dismax

2010-11-21 Thread amvijaycse
Hi since u gave the priority to title . so it always executed -- View this message in context: http://lucene.472066.n3.nabble.com/Localsolr-with-Dismax-tp1402956p1943980.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Localsolr with Dismax

2010-09-24 Thread gearond
Ever get this workiing? -- View this message in context: http://lucene.472066.n3.nabble.com/Localsolr-with-Dismax-tp1402956p1578050.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Localsolr with Dismax => workaround using spatial solr

2010-09-03 Thread Luke Tebbs
I finally managed to get spatial searching working in combination with dismax so I'm sending this should anyone else have the same problem. I gave up using localsolr in the end - one of the resultsets of the two it returned was correct (dismax+spatial) but I don't trust this enough to depend u

Re: Localsolr with Dismax

2010-09-02 Thread Luke Tebbs
Thanks Dan, That seems to have moved things forwards, however if I do this I get two sets, presumably one from localsolr and one from dismax. e.g - 0 116 ... ... Also it seems to explode with a NullPointerException if I dare to try and sort by distance - INFO: [testCore] webapp=/so

Re: Localsolr with Dismax

2010-09-02 Thread dan whelan
I experienced the same issue. The localsolr site says to configure like this: localsolr facet mlt highlight debug but the default solr components are (note the above config is missing query): query facet mlt highlight stats debug I fixed it by doing this instead localsolr On 9/2/