railo.runtime.search
Interface SearchResulItem


public interface SearchResulItem

a singl result item


Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getCustom4()
           
 java.lang.String getId()
           
 java.lang.String getKey()
           
 int getRecordsSearched()
           
 float getScore()
           
 java.lang.String getSummary()
           
 java.lang.String getTitle()
           
 java.lang.String getUrl()
           
 

Method Detail

getRecordsSearched

public int getRecordsSearched()
Returns:
Returns the recordsSearched.

getScore

public float getScore()
Returns:
Returns the score.

getSummary

public java.lang.String getSummary()
Returns:
Returns the summary.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.

getId

public java.lang.String getId()
Returns:
Returns the id.

getKey

public java.lang.String getKey()
Returns:
Returns the key

getUrl

public java.lang.String getUrl()
Returns:
Returns the url

getCustom1

public java.lang.String getCustom1()
Returns:
Returns the custom1.

getCustom2

public java.lang.String getCustom2()
Returns:
Returns the custom2.

getCustom3

public java.lang.String getCustom3()
Returns:
Returns the custom3.

getCustom4

public java.lang.String getCustom4()
Returns:
Returns the custom4.