Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ init
Method
init
basex-core/src/main/java/org/basex/util/ft/FTLexer.java:112–115 ·
view source on GitHub ↗
Initializes the iterator. @return self reference
()
Source
from the content-addressed store, hash-verified
110
* @
return
self reference
111
*/
112
public
FTLexer init() {
113
init(text);
114
return
this;
115
}
116
117
/**
118
* Sets the Levenshtein error
if
it has not been assigned yet.
Callers
7
item
Method · 0.95
next
Method · 0.95
unique
Method · 0.95
indexAccessible
Method · 0.95
iter
Method · 0.95
count
Method · 0.95
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected