| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
| 限定符和类型 | 方法和说明 |
|---|---|
DomainMap |
DomainMap.setBlockChildQuery(String allChildrenQuery)
Indicates that the resulting domain will contain all child documents of the parents in the current domain
|
DomainMap |
DomainMap.setBlockParentQuery(String allParentsQuery)
Indicates that the resulting domain will contain all parent documents of the children in the existing domain
|
DomainMap |
DomainMap.setJoinTransformation(String from,
String to)
Transforms the domain by running a join query with the provided
from and to parameters
Join modifies the current domain by selecting the documents whose values in field to match values for the
field from in the current domain. |
DomainMap |
DomainMap.withFilter(String filter)
Indicates that the domain should be narrowed by the specified filter
May be called multiple times.
|
DomainMap |
DomainMap.withQuery(String query)
Indicates that the domain should be the following query
May be called multiple times.
|
DomainMap |
DomainMap.withTagsToExclude(String excludeTagsValue)
Provide a tag or tags that correspond to filters or queries to exclude from the domain
May be called multiple times.
|
| 限定符和类型 | 方法和说明 |
|---|---|
B |
JsonFacetMap.withDomain(DomainMap domain) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.