Class SolrDeniedQuery

    • Constructor Summary

      Constructors 
      Constructor Description
      SolrDeniedQuery​(java.lang.String authority)  
    • 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, boolean requiresScore)  
      java.lang.String toString​(java.lang.String field)  
      • Methods inherited from class org.apache.lucene.search.Query

        classHash, rewrite, sameClassAs, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SolrDeniedQuery

        public SolrDeniedQuery​(java.lang.String authority)
    • Method Detail

      • createWeight

        public org.apache.lucene.search.Weight createWeight​(org.apache.lucene.search.IndexSearcher searcher,
                                                            boolean requiresScore)
                                                     throws java.io.IOException
        Specified by:
        createWeight in class AbstractAuthorityQuery
        Throws:
        java.io.IOException