- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getFirstArc (0.06 sec)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
} } BytesRef getLongestMatchOutput(final char[] src, final int start) throws IOException { BytesRef pendingOutput = fst.outputs.getNoOutput(); fst.getFirstArc(scratchArc); BytesRef matchOutput = null; int index = 0; while (start + index < src.length) { final int codePoint = Character.codePointAt(src, start + index, src.length);
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 17K bytes - Viewed (0)