InterviewSolution
Saved Bookmarks
| 1. |
PostingsFormat now uses a __________ API when writing postings, just like doc values.(a) push(b) pull(c) read(d) all of the mentioned |
|
Answer» Right answer is (b) pull To explain: This is powerful because you can do things in your postings format that require making more than one pass through the postings such as iterating over all postings. |
|