Ask Question
5 February, 00:27

In what order should a boolean retrieval system merge the related postings for best query efficiency?

+2
Answers (1)
  1. 5 February, 00:42
    0
    For each n get its posting then AND them

    Step-by-step explanation:

    1. Lets presume we have multiple n terms

    2. We get the posting from each n term

    3. We use the function AND and apply it to each n term

    4. We start with the tiniest set and we continue from there

    5. We have a pair of n terms

    6. We get the posting from 1st n

    7. We get the posting from 2nd n

    8. We apply n1 AND n2
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “In what order should a boolean retrieval system merge the related postings for best query efficiency? ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers