Uses of Class
org.basex.util.ft.FTLexer
Packages that use FTLexer
Package
Description
XQuery implementation.
XQuery Full Text expressions.
Full-text specific utility classes.
-
Uses of FTLexer in org.basex.query
Fields in org.basex.query declared as FTLexer -
Uses of FTLexer in org.basex.query.expr.ft
Methods in org.basex.query.expr.ft with parameters of type FTLexerModifier and TypeMethodDescriptionprotected booleanFTContent.filter(QueryContext qc, FTMatch match, FTLexer lexer) protected booleanFTDistance.filter(QueryContext qc, FTMatch match, FTLexer lexer) protected abstract booleanFTFilter.filter(QueryContext qc, FTMatch match, FTLexer lexer) Evaluates the filter expression.protected booleanFTOrder.filter(QueryContext qc, FTMatch match, FTLexer lexer) protected booleanFTScope.filter(QueryContext qc, FTMatch match, FTLexer lexer) protected booleanFTWindow.filter(QueryContext qc, FTMatch match, FTLexer lexer) -
Uses of FTLexer in org.basex.util.ft
Methods in org.basex.util.ft that return FTLexerModifier and TypeMethodDescriptionFTLexer.all()If called, all tokens will be returned (including non-fulltext tokens).Returns a new lexer, adopting the tokenizer options.FTLexer.errors(int err) Sets the Levenshtein error if it hasn't been assigned yet.FTLexer.init()Initializes the iterator.FTLexer.init(byte[] txt) FTLexer.original()If called, the original tokens will be returned (including non-fulltext tokens).