Class MultiColumnQueryAdapter

    • Method Detail

      • adapt

        public static MultiColumnQuery adapt​(org.apache.lucene.search.Query query,
                                             Name selectorName)
        Adapts the given query.
        Parameters:
        query - the lucene query to adapt.
        selectorName - the selector name for the query hits.
        Returns:
        a MultiColumnQuery that wraps the given lucene query.