railo.runtime.search
Interface SearchResulItem

All Known Implementing Classes:
SearchResulItemHits, SearchResulItemImpl

public interface SearchResulItem

a singl result item


Method Summary
 String getAuthor()
           
 String getCategory()
           
 String getCategoryTree()
           
 String getContextSummary()
           
 String getCustom(int index)
           
 String getCustom1()
          Deprecated. use instead getCustom(int index)
 String getCustom2()
          Deprecated. use instead getCustom(int index)
 String getCustom3()
          Deprecated. use instead getCustom(int index)
 String getCustom4()
          Deprecated. use instead getCustom(int index)
 String getId()
           
 String getKey()
           
 String getMimeType()
           
 int getRecordsSearched()
           
 float getScore()
           
 String getSize()
           
 String getSummary()
           
 String getTitle()
           
 String getUrl()
           
 

Method Detail

getRecordsSearched

int getRecordsSearched()
Returns:
Returns the recordsSearched.

getScore

float getScore()
Returns:
Returns the score.

getSummary

String getSummary()
Returns:
Returns the summary.

getTitle

String getTitle()
Returns:
Returns the title.

getId

String getId()
Returns:
Returns the id.

getKey

String getKey()
Returns:
Returns the key

getUrl

String getUrl()
Returns:
Returns the url

getCustom1

String getCustom1()
Deprecated. use instead getCustom(int index)

Returns:
Returns the custom1.

getCustom2

String getCustom2()
Deprecated. use instead getCustom(int index)

Returns:
Returns the custom2.

getCustom3

String getCustom3()
Deprecated. use instead getCustom(int index)

Returns:
Returns the custom3.

getCustom4

String getCustom4()
Deprecated. use instead getCustom(int index)

Returns:
Returns the custom4.

getCustom

String getCustom(int index)
                 throws SearchException
Throws:
SearchException

getCategory

String getCategory()
Returns:
the category

getCategoryTree

String getCategoryTree()
Returns:
the categoryTree

getMimeType

String getMimeType()
Returns:
the mimeType

getAuthor

String getAuthor()
Returns:
the author

getSize

String getSize()
Returns:
the size

getContextSummary

String getContextSummary()
Returns:
the contextSummary


Copyright © 2012 Railo