Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for posInc (0.21 sec)

  1. 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 Sep 19 09:08:11 UTC 2025
    - Last Modified: Sat Mar 15 06:51:20 UTC 2025
    - 17K bytes
    - Viewed (0)
Back to top