railo.runtime.search
Interface SearchData

All Known Implementing Classes:
SearchDataImpl

public interface SearchData


Method Summary
 int addRecordsSearched(int count)
          increments the searched records
 int getRecordsSearched()
          return the records searched
 Map getSuggestion()
           
 int getSuggestionMax()
           
 String getSuggestionQuery()
           
 void setSuggestionQuery(String suggestionQuery)
           
 

Method Detail

getSuggestion

Map getSuggestion()

getSuggestionMax

int getSuggestionMax()

setSuggestionQuery

void setSuggestionQuery(String suggestionQuery)

getSuggestionQuery

String getSuggestionQuery()

addRecordsSearched

int addRecordsSearched(int count)
increments the searched records

Parameters:
count - records searched
Returns:
all records searched

getRecordsSearched

int getRecordsSearched()
return the records searched



Copyright © 2012 Railo