Searched refs:terms (Results 1 - 2 of 2) 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]);
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java4 * The contents of this file are subject to the terms of the
366 uidIter = reader.terms(new Term("u", startuid)); // init uid iterator
959 iter = ireader.terms(new Term("u", "")); // init uid iterator
1008 iter = ireader.terms(new Term("defs", ""));

Completed in 35 milliseconds