Package org.apache.solr.search.join
Class CrossCollectionJoinQuery
- java.lang.Object
-
- org.apache.lucene.search.Query
-
- org.apache.solr.search.join.CrossCollectionJoinQuery
-
public class CrossCollectionJoinQuery extends org.apache.lucene.search.Query
-
-
Field Summary
Fields Modifier and Type Field Description protected String
collection
protected String
fromField
protected org.apache.solr.common.params.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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Weight
createWeight(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost)
boolean
equals(Object other)
int
hashCode()
String
toString(String field)
void
visit(org.apache.lucene.search.QueryVisitor visitor)
-
-
-
Field Detail
-
query
protected final String query
-
zkHost
protected final String zkHost
-
solrUrl
protected final String solrUrl
-
collection
protected final String collection
-
fromField
protected final String fromField
-
toField
protected final String toField
-
routedByJoinKey
protected final boolean routedByJoinKey
-
timestamp
protected final long timestamp
-
ttl
protected final int ttl
-
otherParams
protected org.apache.solr.common.params.SolrParams otherParams
-
otherParamsString
protected String otherParamsString
-
-
Method Detail
-
createWeight
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost) throws IOException
- Overrides:
createWeight
in classorg.apache.lucene.search.Query
- Throws:
IOException
-
visit
public void visit(org.apache.lucene.search.QueryVisitor visitor)
- Specified by:
visit
in classorg.apache.lucene.search.Query
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classorg.apache.lucene.search.Query
-
equals
public boolean equals(Object other)
- Specified by:
equals
in classorg.apache.lucene.search.Query
-
-