Uses of Class
org.apache.lucene.index.DocValues.SourceCache

Packages that use DocValues.SourceCache
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of DocValues.SourceCache in org.apache.lucene.index
 

Subclasses of DocValues.SourceCache in org.apache.lucene.index
static class DocValues.SourceCache.DirectSourceCache
          Simple per DocValues instance cache implementation that holds a DocValues.Source a member variable.
 

Methods in org.apache.lucene.index with parameters of type DocValues.SourceCache
 void DocValues.setCache(DocValues.SourceCache cache)
          Sets the DocValues.SourceCache used by this DocValues instance.
 



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