Class CrossCollectionJoinQuery


  • public class CrossCollectionJoinQuery
    extends org.apache.lucene.search.Query
    • 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
      • otherParamsString

        protected String otherParamsString
    • Constructor Detail

    • 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 class org.apache.lucene.search.Query
        Throws:
        IOException
      • visit

        public void visit​(org.apache.lucene.search.QueryVisitor visitor)
        Overrides:
        visit in class org.apache.lucene.search.Query
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class org.apache.lucene.search.Query
      • equals

        public boolean equals​(Object other)
        Specified by:
        equals in class org.apache.lucene.search.Query
      • toString

        public String toString​(String field)
        Specified by:
        toString in class org.apache.lucene.search.Query