Interface CustomIndexingField

All Superinterfaces:
IndexingField
All Known Subinterfaces:
CustomMetadataIndexingField
All Known Implementing Classes:
DegreeOrderIndexingField, DegreeTypeIndexingField, MultiStringValuesIndexingField, OrgUnitAncestorIndexingField, PinIndexingField, ProgramSkillsIndexingField, ProjectIndexingField, SemanticAnnotationIndexingField, SubProgramParentProgramIndexingField

public interface CustomIndexingField extends IndexingField
Interface for custom implementation of an IndexingField.
  • Method Details

    • getValues

      Object[] getValues(Content content)
      Get a content's values to index.
      Parameters:
      content - The content being indexed.
      Returns:
      the values to index.