Class VirageSearchQuery

Description

Encloses a Virage Search Query

Located in /VirageSearchQuery.class.php (line 6)


	
			
Class Constant Summary
 SO_DATE = "Date"
 SO_ENDTIME = "ENDTIME"
 SO_RELEVANCE = "Relevance"
 SO_STARTTIME = "STARTTIME"
Variable Summary
string $fileName
string $maxDate
string $minDate
string $query
string $sort
string $sortOrder
boolean $stemming
string $url
Variables
string $fileName (line 18)

The file name that you are looking for

  • access: public
string $maxDate (line 52)

The maximum date of a document

  • access: public
int $maxResults = 60 (line 64)

The maximum number of results to be returned

  • access: public
string $minDate (line 58)

The minimum date of a document

  • access: public
string $query (line 12)

The query string

  • access: public
string $sort (line 34)

The sort string

string $sortOrder (line 40)

The sort order

  • access: public
boolean $stemming = true (line 46)

Use stemming

  • access: public
string $url (line 24)

The URL of the file that you are looking for

  • access: public
Class Constants
SO_DATE = "Date" (line 76)

Sort Order

SO_ENDTIME = "ENDTIME" (line 88)

Sort Order

SO_RELEVANCE = "Relevance" (line 70)

Sort Order

SO_STARTTIME = "STARTTIME" (line 82)

Sort Order

Documentation generated on Thu, 10 Dec 2009 15:21:57 +0100 by phpDocumentor 1.4.1