- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for posInc (0.11 sec)
-
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 }
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 17K bytes - Viewed (0)