Hello,
In order to index the page data, including custom table output on pages, you would use the
Document Crawler Index type. Document Crawler indexes the HTML output of your pages as seen by an administrator user (unless the user context is specified in the
Web.config). The
available options are:
•Documents - stores information about the content of documents in the content tree.
•Documents crawler - directly indexes the HTML output of documents (pages).
•Forums - stores information about the content of discussion forums in the system.
•Custom tables - indexes records stored in custom tables.
•Users - stores information about users in the system.
•General - stores information about system objects of a specified type.
•Custom - allows you to use your own custom‑coded search index. Stores any kind of data depending on the implementation.
Please let me know if you have any questions.
Best Regards,
Sandro