Uses of Interface
ca.cgjennings.algo.TextIndex.Result
-
Packages that use TextIndex.Result Package Description ca.cgjennings.algo -
-
Uses of TextIndex.Result in ca.cgjennings.algo
Methods in ca.cgjennings.algo that return TextIndex.Result Modifier and Type Method Description TextIndex.Result
TextIndex.And. execute(TextIndex ti)
TextIndex.Result
TextIndex.Atom. execute(TextIndex ti)
TextIndex.Result
TextIndex.Not. execute(TextIndex ti)
TextIndex.Result
TextIndex.Or. execute(TextIndex ti)
abstract TextIndex.Result
TextIndex.Query. execute(TextIndex ti)
Returns theResult
of performing this query against a specific text index.TextIndex.Result
TextIndex.Atom. executeInverse(TextIndex ti)
Returns the inverse of the set of documents containing the search term.
-