Question: Consider the boolean query (dhoni or kohli) and (tendulkar or ganguly) and not (kohli and tendulkar). What should be the order of query evaluation, given
Consider the boolean query "(dhoni or kohli) and (tendulkar or ganguly) and not (kohli and tendulkar)". What should be the order of query evaluation, given post list - the postings list size for each term? The total number of documents in the corpus is 1000. \[ \begin{array}{l} \text { post_list(dhoni) }=10 \\ \text { post_list(kohli) }=100 \\ \text { post_list(tendulkar) }=500 \\ \text { post_list(ganguly) }=100 \end{array} \] Select one: (not(kohli and tendulkar) and (tendular or ganguly)) and (dhoni or kohli) ((dhoni or kohli) and not(kohli and tendulkar)) and (tendular or ganguly) ((tendular or ganguly) and (dhoni or kohii)) and not(kohli and tendulkar) None of the options
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
