shubh9194

Results 13 comments of shubh9194

@bratseth, I just checked and we are using timeout=120s

[traceLevelAfterOR.txt](https://github.com/vespa-engine/vespa/files/9359447/traceLevelAfterOR.txt) [traceLevelBeforeOR.txt](https://github.com/vespa-engine/vespa/files/9359448/traceLevelBeforeOR.txt) Attached the tracelevel Output for 2nd and 3rd query in description

@bratseth, in the after OR case, in the before OR case the last line is just the first of the two items. I don't understand what you mean by above...

Here tale the example of these simple queries "select * from sources * where (collection contains \"com.gs.pwm.document.store.lex.content\") ;" this returns "totalCount": 1038307 "select * from sources * where (collection contains...

[tracelevel_2ndQuery.txt](https://github.com/vespa-engine/vespa/files/9464692/tracelevel_2ndQuery.txt) [tracelevelWithOR_3rdQuey.txt](https://github.com/vespa-engine/vespa/files/9464693/tracelevelWithOR_3rdQuey.txt) Attached the tracelevel output

"select * from sources * where (collection contains "com.gs.pwm.document.store.lex.content") ;" this returns "totalCount": 1038307 This is the result when we use only 2nd term of OR condition so we do...

@bratseth Any update on this?

[tracelevel_query1.txt](https://github.com/vespa-engine/vespa/files/9624302/tracelevel_query1.txt) [tracelevel_query2.txt](https://github.com/vespa-engine/vespa/files/9624303/tracelevel_query2.txt) [tracelevelWithOR_3rdQuery.txt](https://github.com/vespa-engine/vespa/files/9624304/tracelevelWithOR_3rdQuery.txt) @geirst please find the attached tracelevel generated with following parameters "timeout": "120s", "hits": 0, "tracelevel":2, "trace.explainLevel":1

[tracelevel_query1.txt](https://github.com/vespa-engine/vespa/files/9632254/tracelevel_query1.txt) [tracelevel_query2.txt](https://github.com/vespa-engine/vespa/files/9632260/tracelevel_query2.txt) [tracelevelWithOR_3rdQuery.txt](https://github.com/vespa-engine/vespa/files/9632262/tracelevelWithOR_3rdQuery.txt) @geirst Please find the attached results using tracelevel=6 and trace.explainLevel=1

Ok I got it but I have another doubt. when I add model.language=en to second query, it returns 0 document now instead of 3107 [traceLevel_query2_en.txt](https://github.com/vespa-engine/vespa/files/9634860/traceLevel_query2_en.txt)