Class PageAttachmentQuery

    • Constructor Detail

      • PageAttachmentQuery

        public PageAttachmentQuery​(String... pageIds)
        Create an PageAttachmentQuery which searches on resources attached to the given page and its sub-pages.
        Parameters:
        pageIds - the page ids
      • PageAttachmentQuery

        public PageAttachmentQuery​(Collection<String> pageIds)
        Create an PageAttachmentQuery which searches on resources attached to the given page and its sub-pages.
        Parameters:
        pageIds - the page ids
    • Method Detail

      • build

        public String build()
        Description copied from interface: Query
        Build the solr query string representing the Query object.
        Specified by:
        build in interface Query
        Returns:
        the solr query string representing the Query object.