Class DefaultEntityFieldIndexExtractor

java.lang.Object
ch.tocco.nice2.enterprisesearch.impl.indexing.extractor.DefaultEntityFieldIndexExtractor
All Implemented Interfaces:
IndexExtractor

@Component("entityFieldIndexExtractor") public class DefaultEntityFieldIndexExtractor extends Object implements IndexExtractor
Extracts fields using FulltextExtractorTypeAdapter.
  • Field Details

    • l10N

      protected final L10N l10N
  • Constructor Details

    • DefaultEntityFieldIndexExtractor

      public DefaultEntityFieldIndexExtractor(L10N l10N)
  • Method Details

    • extract

      @Nullable public @Nullable Map<String,Object> extract(Entity entity, FieldIndexExtractorFilter filter)
      Description copied from interface: IndexExtractor
      If result is not null, it will be taken for indexing.
      Specified by:
      extract in interface IndexExtractor
      Parameters:
      entity - Entity for extracting content.
      Returns:
      null if is not handled by the current extractor or an result if it's handled.