Interface Parse

All Known Implementing Classes:
ParseImpl

public interface Parse
The result of parsing a page's raw content.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Other data extracted from the page.
    The textual content of the page.
    boolean
    Indicates if the parse is coming from a url or a sub-url
  • Method Details

    • getText

      String getText()
      The textual content of the page. This is indexed, searched, and used when generating snippets.
      Returns:
      the entire text String
    • getData

      ParseData getData()
      Other data extracted from the page.
      Returns:
      a populated ParseData object
    • isCanonical

      boolean isCanonical()
      Indicates if the parse is coming from a url or a sub-url
      Returns:
      true if canonical, false otherwise