public class CrossCollectionJoinQuery extends Query
Modifier and Type | Field and Description |
---|---|
protected String |
collection |
protected String |
fromField |
protected SolrParams |
otherParams |
protected String |
otherParamsString |
protected String |
query |
protected boolean |
routedByJoinKey |
protected String |
solrUrl |
protected long |
timestamp |
protected String |
toField |
protected int |
ttl |
protected String |
zkHost |
Constructor and Description |
---|
CrossCollectionJoinQuery(String query,
String zkHost,
String solrUrl,
String collection,
String fromField,
String toField,
boolean routedByJoinKey,
int ttl,
SolrParams otherParams) |
Modifier and Type | Method and Description |
---|---|
Weight |
createWeight(IndexSearcher searcher,
ScoreMode scoreMode,
float boost) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString(String field) |
void |
visit(QueryVisitor visitor) |
classHash, rewrite, sameClassAs, toString
protected final String query
protected final String zkHost
protected final String solrUrl
protected final String collection
protected final String fromField
protected final String toField
protected final boolean routedByJoinKey
protected final long timestamp
protected final int ttl
protected SolrParams otherParams
protected String otherParamsString
public Weight createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) throws IOException
createWeight
in class Query
IOException
public void visit(QueryVisitor visitor)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.