Class AbstractAuthoritySetQuery

    • Field Detail

      • authorities

        protected final String authorities
    • Constructor Detail

      • AbstractAuthoritySetQuery

        public AbstractAuthoritySetQuery​(String authorities)
        Construct with authorities.
        Parameters:
        authorities -
    • Method Detail

      • createWeight

        public abstract org.apache.lucene.search.Weight createWeight​(org.apache.lucene.search.IndexSearcher searcher,
                                                                     boolean needsScores)
                                                              throws IOException
        Overrides:
        createWeight in class org.apache.lucene.search.Query
        Throws:
        IOException
      • toString

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

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

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