Class IndexingOptions.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • IndexingOptions.Builder

        IndexingOptions.Builder()
    • Method Detail

      • setIgnoreAnnotations

        @NonNull() IndexingOptions.Builder setIgnoreAnnotations(boolean ignoreAnnotations)

        Sets whether annotations should be ignored while indexing or not. This defaults to false, which means annotations are added to the index.

        Parameters:
        ignoreAnnotations - true to disable annotation indexing, or false to enable it.
        Returns:

        This builder for further actions.

      • setIgnoreDocumentText

        @NonNull() IndexingOptions.Builder setIgnoreDocumentText(boolean ignoreDocumentText)

        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.

        Parameters:
        ignoreDocumentText - true to disable document text indexing, or false to enable it.
        Returns:

        This builder for further actions.