Uses of Class
org.apache.solr.search.QueryContext
-
Packages that use QueryContext Package Description org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of QueryContext in org.apache.solr.search
Methods in org.apache.solr.search that return QueryContext Modifier and Type Method Description static QueryContext
QueryContext. newContext(org.apache.lucene.search.IndexSearcher searcher)
-
Uses of QueryContext in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet that return QueryContext Modifier and Type Method Description QueryContext
FacetContext. getQueryContext()
Methods in org.apache.solr.search.facet with parameters of type QueryContext Modifier and Type Method Description static org.apache.lucene.index.NumericDocValues
FieldUtil. getNumericDocValues(QueryContext context, SchemaField field, QParser qparser)
static org.apache.lucene.index.SortedDocValues
FieldUtil. getSortedDocValues(QueryContext context, SchemaField field, QParser qparser)
static org.apache.lucene.index.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.
-