| Package | Description | 
|---|---|
| org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. | 
| org.apache.lucene.codecs.lucene45 | Lucene 4.5 file format. | 
| org.apache.lucene.index | Code to maintain and access indices. | 
| org.apache.lucene.search | Code to search indices. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SortedSetDocValues | DocValuesProducer. getSortedSet(FieldInfo field)Returns  SortedSetDocValuesfor this field. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DocValuesConsumer. mergeSortedSetField(FieldInfo fieldInfo,
                   MergeState mergeState,
                   List<SortedSetDocValues> toMerge)Merges the sortedset docvalues from  toMerge. | 
| Constructor and Description | 
|---|
| DocValuesProducer.SortedSetDocsWithField(SortedSetDocValues in,
                                        int maxDoc)Creates a  Bitsreturning true if the document has a value | 
| Modifier and Type | Method and Description | 
|---|---|
| SortedSetDocValues | Lucene45DocValuesProducer. getSortedSet(FieldInfo field) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MultiDocValues.MultiSortedSetDocValuesImplements MultiSortedSetDocValues over n subs, using an OrdinalMap | 
| class  | SingletonSortedSetDocValuesExposes multi-valued view over a single-valued instance. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SortedSetDocValues | SortedSetDocValues. EMPTYAn empty SortedDocValues which returns  NO_MORE_ORDSfor every document | 
| SortedSetDocValues[] | MultiDocValues.MultiSortedSetDocValues. valuesleaf values | 
| Modifier and Type | Method and Description | 
|---|---|
| SortedSetDocValues | ParallelAtomicReader. getSortedSetDocValues(String field) | 
| abstract SortedSetDocValues | AtomicReader. getSortedSetDocValues(String field)Returns  SortedSetDocValuesfor this field, or
  null if noSortedSetDocValueswere indexed for
  this field. | 
| SortedSetDocValues | FilterAtomicReader. getSortedSetDocValues(String field) | 
| SortedSetDocValues | SlowCompositeReaderWrapper. getSortedSetDocValues(String field) | 
| SortedSetDocValues | SegmentReader. getSortedSetDocValues(String field) | 
| static SortedSetDocValues | MultiDocValues. getSortedSetValues(IndexReader r,
                  String field)Returns a SortedSetDocValues for a reader's docvalues (potentially doing extremely slow things). | 
| SortedSetDocValues | DocTermOrds. iterator(AtomicReader reader)Returns a SortedSetDocValues view of this instance | 
| Modifier and Type | Method and Description | 
|---|---|
| SortedSetDocValues | FieldCache. getDocTermOrds(AtomicReader reader,
              String field)Checks the internal cache for an appropriate entry, and if none is found, reads the term values
 in  fieldand returns aDocTermOrdsinstance, providing a method to retrieve
 the terms (as ords) per document. | 
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.