Class LinkIndexQueryResult


  • public class LinkIndexQueryResult
    extends Object
    The result of a link index query.
    Since:
    3.14.0
    • Method Detail

      • getLinks

        public List<DirectedLink> getLinks()
        Gets the list of discovered links. They might have been enhanced by an internal cache.
        Returns:
        a list of links.
        See Also:
        isEnhancedByCache()
      • getLinkIndexQuery

        public LinkIndexQuery getLinkIndexQuery()
        Gets the LinkIndexQuery that allowed the links discovery.
        Returns:
        a link index query.
      • isEnhancedByCache

        public boolean isEnhancedByCache()
        Determines whether an internal cache has enhanced the list of discovered links.
        Returns:
        true if modified by an internal cache. false otherwise.