Home | History | Annotate | Download | only in test

Lines Matching refs:doclist

49     foreach doclist $A($zTerm) {
51 while {[string length $doclist]>0} {
57 # First varint of a doclist-entry is the docid. Delta-compressed
60 incr docid [gobble_varint doclist]
62 while {[set iDelta [gobble_varint doclist]] != 0} {}
67 # Gobble varints until the 0x00 that terminates the doclist-entry
69 while {[set iDelta [gobble_varint doclist]] > 0} {
71 set iCol [gobble_varint doclist]
145 # with TERM in the selected segments. Each doclist is an element of the
146 # returned list. Each doclist is formatted as follows:
158 foreach doclist $a($term) {
161 while {[string length $doclist]>0} {
166 incr docid [gobble_varint doclist]
168 while {[set iDelta [gobble_varint doclist]] > 0} {
173 set iCol [gobble_varint doclist]
236 set doclist [gobble_string blob [gobble_varint blob]]
238 lappend terms $zTerm $doclist