public class FieldUtil extends Object
| Constructor and Description |
|---|
FieldUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SortedDocValues |
getSortedDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
static SortedDocValues |
getSortedDocValues(SolrIndexSearcher searcher,
String field)
Simpler method that creates a request context and looks up the field for you
|
static SortedSetDocValues |
getSortedSetDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
public static SortedDocValues getSortedDocValues(SolrIndexSearcher searcher, String field) throws IOException
IOExceptionpublic static SortedDocValues getSortedDocValues(QueryContext context, SchemaField field, QParser qparser) throws IOException
IOExceptionpublic static SortedSetDocValues getSortedSetDocValues(QueryContext context, SchemaField field, QParser qparser) throws IOException
IOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.