Class SearchResult

java.lang.Object
org.exoplatform.wiki.service.search.SearchResult
Direct Known Subclasses:
TemplateSearchResult

public class SearchResult extends Object
  • Field Details

    • id

      protected Long id
    • wikiType

      protected String wikiType
    • wikiOwner

      protected String wikiOwner
    • wikiOwnerIdentity

      protected org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity
    • poster

      protected org.exoplatform.social.core.identity.model.Identity poster
    • pageName

      protected String pageName
    • excerpt

      protected String excerpt
    • title

      protected String title
    • type

      protected SearchResultType type
    • url

      protected String url
    • score

      protected long score
    • updatedDate

      protected Calendar updatedDate
    • createdDate

      protected Calendar createdDate
    • metadata

      protected Map<String,List<org.exoplatform.social.metadata.model.MetadataItem>> metadata
    • lang

      protected String lang
  • Constructor Details

  • Method Details

    • getExcerpt

      public String getExcerpt()