public class SearchResulItemImpl extends Object implements SearchResulItem
Constructor and Description |
---|
SearchResulItemImpl(String id,
String title,
float score,
String key,
String url,
String summary,
String contextSummary,
String categoryTree,
String category,
String custom1,
String custom2,
String custom3,
String custom4,
String mimeType,
String author,
String size) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getCategory() |
String |
getCategoryTree() |
String |
getContextSummary() |
String |
getCustom(int index) |
String |
getCustom1() |
String |
getCustom2() |
String |
getCustom3() |
String |
getCustom4() |
String |
getId() |
String |
getKey() |
String |
getMimeType() |
int |
getRecordsSearched() |
float |
getScore() |
String |
getSize() |
String |
getSummary() |
String |
getTitle() |
String |
getUrl() |
public SearchResulItemImpl(String id, String title, float score, String key, String url, String summary, String contextSummary, String categoryTree, String category, String custom1, String custom2, String custom3, String custom4, String mimeType, String author, String size)
id
- title
- score
- key
- url
- summary
- custom1
- custom2
- custom3
- custom4
- mimeType
- author
- size
- public int getRecordsSearched()
getRecordsSearched
in interface SearchResulItem
public float getScore()
getScore
in interface SearchResulItem
public String getSummary()
getSummary
in interface SearchResulItem
public String getTitle()
getTitle
in interface SearchResulItem
public String getId()
getId
in interface SearchResulItem
public String getKey()
getKey
in interface SearchResulItem
public String getUrl()
getUrl
in interface SearchResulItem
public String getCustom1()
getCustom1
in interface SearchResulItem
public String getCustom2()
getCustom2
in interface SearchResulItem
public String getCustom3()
getCustom3
in interface SearchResulItem
public String getCustom4()
getCustom4
in interface SearchResulItem
public String getCustom(int index) throws SearchException
getCustom
in interface SearchResulItem
SearchException
public String getCategory()
getCategory
in interface SearchResulItem
public String getCategoryTree()
getCategoryTree
in interface SearchResulItem
public String getMimeType()
getMimeType
in interface SearchResulItem
public String getAuthor()
getAuthor
in interface SearchResulItem
public String getSize()
getSize
in interface SearchResulItem
public String getContextSummary()
getContextSummary
in interface SearchResulItem
Copyright © 2015 Lucee