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 Stringcollectionprotected StringfromFieldprotected org.apache.solr.common.params.SolrParamsotherParamsprotected StringotherParamsStringprotected Stringqueryprotected booleanroutedByJoinKeyprotected StringsolrUrlprotected longtimestampprotected StringtoFieldprotected intttlprotected StringzkHost
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.WeightcreateWeight(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost)booleanequals(Object other)inthashCode()StringtoString(String field)voidvisit(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:
createWeightin classorg.apache.lucene.search.Query- Throws:
IOException
-
visit
public void visit(org.apache.lucene.search.QueryVisitor visitor)
- Specified by:
visitin classorg.apache.lucene.search.Query
-
hashCode
public int hashCode()
- Specified by:
hashCodein classorg.apache.lucene.search.Query
-
equals
public boolean equals(Object other)
- Specified by:
equalsin classorg.apache.lucene.search.Query
-
-