- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getNextBlock (0.08 sec)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
public boolean incrementToken() throws IOException { while (true) { final MyToken nextToken = getNextUniqueToken(queue, prevToken); if (nextToken == null) { getNextBlock(); if (block.length() == 0) { return false; } consultDictionary(); tokenizeWholeBlock(); } else {
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 17K bytes - Viewed (0)