Ask Question
17 January, 18:57

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

+1
Answers (1)
  1. 17 January, 21:38
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers