Uses of Class
org.apache.lucene.codecs.lucene40.values.Bytes.Mode

Packages that use Bytes.Mode
org.apache.lucene.codecs.lucene40.values Default DocValues implementation for Lucene 4.0 indexes. 
 

Uses of Bytes.Mode in org.apache.lucene.codecs.lucene40.values
 

Methods in org.apache.lucene.codecs.lucene40.values that return Bytes.Mode
static Bytes.Mode Bytes.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Bytes.Mode[] Bytes.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.codecs.lucene40.values with parameters of type Bytes.Mode
static DocValues Bytes.getValues(Directory dir, String id, Bytes.Mode mode, boolean fixedSize, int maxDoc, Comparator<BytesRef> sortComparator, IOContext context)
          Creates a new DocValues instance that provides either memory resident or iterative access to a per-document stored byte[] value.
static DocValuesConsumer Bytes.getWriter(Directory dir, String id, Bytes.Mode mode, boolean fixedSize, Comparator<BytesRef> sortComparator, Counter bytesUsed, IOContext context, float acceptableOverheadRatio)
          Creates a new byte[] Writer instances for the given directory.
 



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