Package | Description |
---|---|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.search.facet |
APIs and classes for the JSON Facet API.
|
Modifier and Type | Method and Description |
---|---|
static QueryContext |
QueryContext.newContext(IndexSearcher searcher) |
Modifier and Type | Method and Description |
---|---|
static NumericDocValues |
FieldUtil.getNumericDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
static SortedDocValues |
FieldUtil.getSortedDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
static SortedSetDocValues |
FieldUtil.getSortedSetDocValues(QueryContext context,
SchemaField field,
QParser qparser) |
static DocSet |
BlockJoin.toChildren(DocSet parentInput,
BitDocSet parentList,
DocSet acceptDocs,
QueryContext qcontext)
acceptDocs will normally be used to avoid deleted documents from being generated as part of the answer DocSet (just use *:*)
although it can be used to further constrain the generated documents.
|
static DocSet |
BlockJoin.toParents(DocSet childInput,
BitDocSet parentList,
QueryContext qcontext)
childInput may also contain parents (i.e.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.