Searched defs:nextToken (Results 1 - 2 of 2) sorted by relevance
/lucene-3.6.0/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/ | ||
H A D | LuceneCarrot2TokenizerFactory.java | 117 public short nextToken() throws IOException { method in class:LuceneCarrot2TokenizerFactory.ChineseTokenizerFactory.ChineseTokenizer |
/lucene-3.6.0/solr/core/src/java/org/apache/solr/internal/csv/ | ||
H A D | CSVParser.java | 207 Token tkn = nextToken(); 241 nextToken(reusableToken); 289 * Convenience method for <code>nextToken(null)</code>. 291 protected Token nextToken() throws IOException { method in class:CSVParser 292 return nextToken(new Token()); 306 protected Token nextToken(Token tkn) throws IOException { method in class:CSVParser 357 tkn = nextToken(tkn.reset()); |
Completed in 31 milliseconds