Re: Query confusion - solr cloud 8.2.0

2020-04-08 Thread Erick Erickson
The easiest way to answer questions like this is an under-appreciated parameter “explainOther” when submitted with “debug=true”. It’ll return an explanation of how the doc identified by the “explainOther” parameter was scored. See: https://lucene.apache.org/solr/guide/8_1/common-query-parameters

Query confusion - solr cloud 8.2.0

2020-04-07 Thread Joe Obernberger
I'm running the following query: id:COLLECT2601697594_T496 AND (person:[80 TO 100]) That returns 1 hit. The following query also returns the same hit: id:COLLECT2601697594_T496 AND ((POP16_Rez1:blue_Sky AND POP16_Sc1:[80 TO 100]) OR (POP16_Rez2:blue_Sky AND POP16_Sc2:[80 TO 100]) OR (POP16_Re