public class FieldUtil extends Object
Constructor and Description |
---|
FieldUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.index.SortedDocValues |
getSortedDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
static org.apache.lucene.index.SortedDocValues |
getSortedDocValues(SolrIndexSearcher searcher,
String field)
Simpler method that creates a request context and looks up the field for you
|
static org.apache.lucene.index.SortedSetDocValues |
getSortedSetDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
public static org.apache.lucene.index.SortedDocValues getSortedDocValues(SolrIndexSearcher searcher, String field) throws IOException
IOException
public static org.apache.lucene.index.SortedDocValues getSortedDocValues(QueryContext context, SchemaField field, QParser qparser) throws IOException
IOException
public static org.apache.lucene.index.SortedSetDocValues getSortedSetDocValues(QueryContext context, SchemaField field, QParser qparser) throws IOException
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.