Lines Matching refs:docs
108 private final List<org.apache.lucene.document.Document> docs;
125 docs = new ArrayList<org.apache.lucene.document.Document>();
176 docs.add(d);
214 docs.add(d);
233 docs.clear();
258 if (!docs.isEmpty()) {
326 docs.add(d);
331 //TODO generation of ret(results) could be cashed and consumers of engine would just print them in whatever form they need, this way we could get rid of docs
332 // the only problem is that count of docs is usually smaller than number of results
337 Document doc = docs.get(ii);
346 int nhits = docs.size();