Package org.apache.solr.search.join
Class CrossCollectionJoinQuery
java.lang.Object
org.apache.lucene.search.Query
org.apache.solr.search.join.CrossCollectionJoinQuery
- All Implemented Interfaces:
SolrSearcherRequirer
public class CrossCollectionJoinQuery
extends org.apache.lucene.search.Query
implements SolrSearcherRequirer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected org.apache.solr.common.params.SolrParamsprotected Stringprotected final Stringprotected final booleanprotected final Stringprotected final longprotected final Stringprotected final intprotected final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.WeightcreateWeight(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.ScoreMode scoreMode, float boost) booleaninthashCode()voidvisit(org.apache.lucene.search.QueryVisitor visitor) Methods inherited from class org.apache.lucene.search.Query
classHash, rewrite, sameClassAs, toString
-
Field Details
-
query
-
zkHost
-
solrUrl
-
collection
-
fromField
-
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
-
-
Constructor Details
-
CrossCollectionJoinQuery
-
-
Method Details
-
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
- Specified by:
equalsin classorg.apache.lucene.search.Query
-
toString
- Specified by:
toStringin classorg.apache.lucene.search.Query
-