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

Packages that use DocValues.Source
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of DocValues.Source in org.apache.lucene.codecs
 

Subclasses of DocValues.Source in org.apache.lucene.codecs
 class DocValuesArraySource
          DocValues DocValues.Source implementation backed by simple arrays.
 

Methods in org.apache.lucene.codecs with parameters of type DocValues.Source
protected  void DocValuesConsumer.mergeDoc(Field scratchField, DocValues.Source source, int docID, int sourceDoc)
          Merges a document with the given docID.
 

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

Subclasses of DocValues.Source in org.apache.lucene.index
static class DocValues.SortedSource
          A sorted variant of DocValues.Source for byte[] values per document.
 

Methods in org.apache.lucene.index that return DocValues.Source
static DocValues.Source DocValues.getDefaultSource(DocValues.Type type)
          Returns a Source that always returns default (missing) values for all documents.
abstract  DocValues.Source DocValues.getDirectSource()
          Returns a disk resident DocValues.Source instance.
 DocValues.Source DocValues.getSource()
          Returns a DocValues.Source instance through the current DocValues.SourceCache.
abstract  DocValues.Source DocValues.load()
          Loads a new DocValues.Source instance for this DocValues field instance.
abstract  DocValues.Source DocValues.SourceCache.load(DocValues values)
          Atomically loads a DocValues.Source into the cache from the given DocValues and returns it iff no other DocValues.Source has already been cached.
 DocValues.Source DocValues.SourceCache.DirectSourceCache.load(DocValues values)
           
 



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