6364656667686970
} public Hit getHit(int index) { synchronized (docs) { Document doc = (Document)this.docs.get(index); return new DefaultHit(new LuceneDocument(doc), getText(doc), 1.0f); } }