Class SearchResult
java.lang.Object
org.exoplatform.wiki.service.search.SearchResult
- Direct Known Subclasses:
TemplateSearchResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Calendarprotected Stringprotected Longprotected Stringprotected Stringprotected org.exoplatform.social.core.identity.model.Identityprotected longprotected Stringprotected SearchResultTypeprotected Calendarprotected Stringprotected Stringprotected org.exoplatform.social.core.identity.model.Identityprotected String -
Constructor Summary
ConstructorsConstructorDescriptionSearchResult(String wikiType, String wikiOwner, String pageName, String excerpt, String title, SearchResultType type, Calendar updatedDate, Calendar createdDate) SearchResult(String wikiType, org.exoplatform.social.core.identity.model.Identity poster, org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity, String pageName, String excerpt, String title, SearchResultType type, Calendar updatedDate, Calendar createdDate) -
Method Summary
-
Field Details
-
id
-
wikiType
-
wikiOwner
-
wikiOwnerIdentity
protected org.exoplatform.social.core.identity.model.Identity wikiOwnerIdentity -
poster
protected org.exoplatform.social.core.identity.model.Identity poster -
pageName
-
excerpt
-
title
-
type
-
url
-
score
protected long score -
updatedDate
-
createdDate
-
metadata
-
lang
-
-
Constructor Details
-
SearchResult
public SearchResult() -
SearchResult
-
SearchResult
-
-
Method Details
-
getExcerpt
-