Uses of Class
org.apache.lucene.search.SortField.Type

Packages that use SortField.Type
org.apache.lucene.search Code to search indices. 
 

Uses of SortField.Type in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return SortField.Type
 SortField.Type SortField.getType()
          Returns the type of contents in the field.
static SortField.Type SortField.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortField.Type[] SortField.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.lucene.search with parameters of type SortField.Type
SortField(String field, SortField.Type type)
          Creates a sort by terms in the given field with the type of term values explicitly given.
SortField(String field, SortField.Type type, boolean reverse)
          Creates a sort, possibly in reverse, by terms in the given field with the type of term values explicitly given.
 



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