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.
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.
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
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
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/