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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DHash2Tokenizer.java4 * The contents of this file are subject to the terms of the
35 String terms[]; field in class:Hash2Tokenizer
60 terms = term.split("[^a-zA-Z_0-9]+");
61 i = terms.length;
64 termAtt.append(terms[--i]);
74 termAtt.append(terms[--i]);
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java4 * The contents of this file are subject to the terms of the
356 Terms terms = null;
360 terms = uFields.terms(QueryBuilder.U);
363 //terms.
364 termsa = SlowCompositeReaderWrapper.wrap(reader).terms("u"); //new Term("u", startuid)
367 uidIter = terms.iterator(null);
969 Terms terms = null;
976 terms = uFields.terms(QueryBuilde
[all...]

Completed in 16 milliseconds