Interface IBaseIndexationModule

All Superinterfaces:
IModule, Remote
All Known Subinterfaces:
IIndexationModule
All Known Implementing Classes:
IndexationModuleImpl

public interface IBaseIndexationModule extends IModule
The base indexation module interface.
  • Method Details

    • retrieveTextExtractorProcessor

      ITextExtractorProcessor retrieveTextExtractorProcessor()
      Retrieve a text extractor processor
      Returns:
      the ITextExtractorProcessor
    • sanitizeContent

      String sanitizeContent(String content)
      Sanitize content
      Parameters:
      content - the content
      Returns:
      a string with JavaScript and DOM elements sanitized