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 |
---|---|
protected BitDocSet |
BitDocSet.clone() |
BitDocSet |
SolrIndexSearcher.getDocSetBits(org.apache.lucene.search.Query q) |
Modifier and Type | Method and Description |
---|---|
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. a parent or below will all roll up to that parent)
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.