org.apache.lucene.document
Class LazyDocument

java.lang.Object
  extended by org.apache.lucene.document.LazyDocument

public class LazyDocument
extends Object

Defers actually loading a field's value until you ask for it. You must not use the returned Field instances after the provided reader has been closed.


Constructor Summary
LazyDocument(IndexReader reader, int docID)
           
 
Method Summary
 IndexableField getField(FieldInfo fieldInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyDocument

public LazyDocument(IndexReader reader,
                    int docID)
Method Detail

getField

public IndexableField getField(FieldInfo fieldInfo)


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.