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 QueryContextQueryContext. newContext(org.apache.lucene.search.IndexSearcher searcher) -
Uses of QueryContext in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet with parameters of type QueryContext Modifier and Type Method Description static org.apache.lucene.index.NumericDocValuesFieldUtil. getNumericDocValues(QueryContext context, SchemaField field, QParser qparser)static org.apache.lucene.index.SortedDocValuesFieldUtil. getSortedDocValues(QueryContext context, SchemaField field, QParser qparser)static org.apache.lucene.index.SortedSetDocValuesFieldUtil. getSortedSetDocValues(QueryContext context, SchemaField field, QParser qparser)static DocSetBlockJoin. 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 DocSetBlockJoin. toParents(DocSet childInput, BitDocSet parentList, QueryContext qcontext)childInput may also contain parents (i.e.
-