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

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

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

Methods in org.apache.lucene.index that return DocValues.SortedSource
 DocValues.SortedSource DocValues.Source.asSortedSource()
          If this DocValues.Source is sorted this method will return an instance of DocValues.SortedSource otherwise UOE
 DocValues.SortedSource DocValues.SortedSource.asSortedSource()
           
static DocValues.SortedSource DocValues.getDefaultSortedSource(DocValues.Type type, int size)
          Returns a SortedSource that always returns default (missing) values for all documents.
 



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