Interface MultiColumnQueryHits

    • Method Detail

      • nextScoreNodes

        ScoreNode[] nextScoreNodes()
                            throws IOException
        Returns the next score nodes in this QueryHits or null if there are no more score nodes.
        Returns:
        the next score nodes in this QueryHits.
        Throws:
        IOException - if an error occurs while reading from the index.
      • getSelectorNames

        org.apache.jackrabbit.spi.Name[] getSelectorNames()
        Returns:
        the selector names that correspond to the ScoreNodes returned by nextScoreNodes().