- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for posInc (0.03 seconds)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java
this.endOffset = endOffset; this.posInc = posInc; this.output = output; this.seq = 0; // zero for seq means that this token is the original of synonyms } public MyToken(final String word, final int startOffset, final int endOffset, final int posInc) { this(word, startOffset, endOffset, posInc, Integer.MAX_VALUE); // Integer.MAX_VALUE for seq means unused }Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Sat Mar 15 06:51:20 GMT 2025 - 17K bytes - Click Count (0)