Java org.apache.lucene.search SortedSetSortField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search SortedSetSortField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search SortedSetSortField.

The text is from its open source code.

Constructor

SortedSetSortField(String field, boolean reverse, SortedSetSelector.Type selector)
Creates a sort, possibly in reverse, specifying how the sort value from the document's set is selected.
SortedSetSortField(String field, boolean reverse)
Creates a sort, possibly in reverse, by the minimum value in the set for the document.