Right, so I'd guess if you checked 4.1 you'd see the same behavior. If
not please let us know.
On Mon, Feb 19, 2018 at 9:17 AM, bbarani wrote:
> I used to use elevate.xml before (in SOLR 4.1) and never noticed this
> behavior before (may be I didn't check these specific use cases where
> elevated
I used to use elevate.xml before (in SOLR 4.1) and never noticed this
behavior before (may be I didn't check these specific use cases where
elevated documents doesn't contain any searched keyword) but I started
elevating id's via query param now (using elevateIds parameter) and I
started noticing t
bq: "... elevate component would only elevate if the document is part
of the returned result set..."
That's never been true that I know of. QEC is a sledgehammer, when you
say "I want this doc returned for this query" it's assumed you really
_mean_ it and the doc will be returned no matter what.
I was under the impression that elevate component would only elevate if the
document is part of the returned result set(at some position) for that
searched keyword. Is that true?
I see that the results are elevated even if the elevated document doesn't
match with the keyword (score - 0) now. I w