Searched defs:terms (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DHash2TokenStream.java4 * The contents of this file are subject to the terms of the
33 String terms[]; field in class:Hash2TokenStream
46 terms = term.split("[^a-zA-Z_0-9]+");
47 i = terms.length;
50 termAtt.append(terms[--i]);
60 termAtt.append(terms[--i]);

Completed in 10 milliseconds