Hit the send button too fast ...
What is seems that is happening is that excludeIds or elevateIds ignores
what's in elevate.xml. I would have expected (hoped) that it would layer
on top of that, which makes a bit more sense I think.
Thanks,
Lajos
On 25/02/2014 22:58, Lajos wrote:
Guys,
I've been testing out https://issues.apache.org/jira/browse/SOLR-5541 on
4.7RC4.
I previously had an elevate.xml that elevated 3 documents for a specific
query. My understanding is that I could, at runtime, exclude one of
those. So I tried that like this:
http://localhost:8080/solr/ecommerce/search?q=canon&excludeIds=208464207
and now NONE of my documents are elevated. What I would have expected is
that I'd have 2 elevated documents, but the 208464207 would not be
amongst them.
Sadly, what happens is that now nothing is elevated.
Am I misunderstanding something or should I open a JIRA? Looking at the
source code I can't immediately see what would be wrong.
Thanks,
Lajos