railo.runtime.search
Interface SearchResulItem

All Known Subinterfaces:
SearchResultItemPro
All Known Implementing Classes:
SearchResulItemHits, SearchResulItemImpl

public interface SearchResulItem

a singl result item


Method Summary
 String getCustom1()
           
 String getCustom2()
           
 String getCustom3()
           
 String getCustom4()
           
 String getId()
           
 String getKey()
           
 int getRecordsSearched()
           
 float getScore()
           
 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()
Returns:
Returns the custom1.

getCustom2

String getCustom2()
Returns:
Returns the custom2.

getCustom3

String getCustom3()
Returns:
Returns the custom3.

getCustom4

String getCustom4()
Returns:
Returns the custom4.


Copyright © 2012 Railo