Home
last modified time | relevance | path

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

/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/codec/
H A Dbase.py375 def terms_within(self, fieldcur, uterm, maxdist, prefix=0): argument
377 return self.find_matches(dfa, fieldcur)
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dreading.py847 fieldcur = self.cursor(spellfield)
848 return auto.terms_within(fieldcur, text, maxdist, prefix)