Uses of Class
org.apache.solr.client.solrj.request.json.DomainMap
Packages that use DomainMap
Package
Description
Allows sending of requests using Solr's JSON query/faceting API
-
Uses of DomainMap in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return DomainMapModifier and TypeMethodDescriptionDomainMap.setBlockChildQuery(String allChildrenQuery) Indicates that the resulting domain will contain all child documents of the parents in the current domainDomainMap.setBlockParentQuery(String allParentsQuery) Indicates that the resulting domain will contain all parent documents of the children in the existing domainDomainMap.setJoinTransformation(String from, String to) Transforms the domain by running a join query with the providedfromandtoparametersDomainMap.withFilter(String filter) Indicates that the domain should be narrowed by the specified filterIndicates that the domain should be the following queryDomainMap.withTagsToExclude(String excludeTagsValue) Provide a tag or tags that correspond to filters or queries to exclude from the domainMethods in org.apache.solr.client.solrj.request.json with parameters of type DomainMap