Lines Matching +full:- +full:- +full:requested +full:- +full:by
1 //===--- Iterator.h - Query Symbol Retrieval --------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Symbol index queries consist of specific requirements for the requested
14 /// index. Inverted index maps these tokens to the posting lists - sorted (by
21 /// these multi-level queries is handled by Iterators. Iterators advance through
26 /// place) without processing all items with requested properties (this might
29 //===----------------------------------------------------------------------===//
43 /// Symbol position in the list of all index symbols sorted by a pre-computed
50 /// can manage intersection, union of the elements produced by other iterators
51 /// (their children) to form a multi-level Query Tree. The interface is designed
85 /// Prints a convenient human-readable iterator representation by recursively
91 /// ChildN is N-th iterator child. Raw iterators over PostingList are
118 /// to acquire preliminary scores of requested items.
151 /// containing the requested item.
162 /// Returns BOOST iterator which multiplies the score of each item by given