setIgnoreDocumentText

Sets whether document text (i.e. text in the page body) should be ignored while indexing or not. This defaults to false, which means document text is added to the index.

Return

This builder for further actions.

Parameters

ignoreDocumentText

true to disable document text indexing, or false to enable it. Defaults to false.