Home
last modified time | relevance | path

Searched refs:need_positions (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c1220 int need_positions = i<q.nTerms-1 && !q.pTerm[i+1].is_phrase; in fulltext_query() local
1221 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS); in fulltext_query()