| Package | Description | 
|---|---|
| org.apache.lucene.search | Code to search indices. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FieldValueHitQueue<T extends FieldValueHitQueue.Entry>Expert: A hit queue for sorting by hits by terms in more than one field. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends FieldValueHitQueue.Entry>  | FieldValueHitQueue. create(SortField[] fields,
      int size)Creates a hit queue sorted by the given list of fields. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract boolean | FieldValueHitQueue. lessThan(FieldValueHitQueue.Entry a,
        FieldValueHitQueue.Entry b) | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.