Interface IDfResultMetadataHighlightEntry


public interface IDfResultMetadataHighlightEntry
Defines an interface for the metadata highlight in search results.
  • Method Details

    • getAttrName

      String getAttrName()
      Gets the metadata attribute name.
      Returns:
      The metadata attribute name.
    • getMatchingTerms

      IDfEnumeration getMatchingTerms()
      Gets the metadata highlight terms matching the query. All terms are lower case, with no duplicate. For example, these terms can be highlighted when displaying the result.
      Returns:
      The metadata highlight matching terms (IDfEnumeration of String). This enumeration can be empty.
    • getSummary

      String getSummary()
      Gets the metadata highlight summary.
      Returns:
      The metadata highlight summary.