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

/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/
H A DEnwikiContentSource.java56 private String[] tuple; field in class:EnwikiContentSource.Parser
76 while(tuple == null && nmde == null && !threadDone) {
96 result = tuple;
97 tuple = null;
138 while (tuple != null) {
145 tuple = tmpTuple;
252 // LENGTH is used as the size of the tuple, so whatever constants we need that
253 // should not be part of the tuple, we should define them after LENGTH.
295 String[] tuple = parser.next();
297 docData.setName(tuple[I
[all...]

Completed in 634 milliseconds