![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
List of built-ins sort parameters. More...
Public Attributes | |
| const | WORDS = 'afs:words' |
| Number of the query words found in the document. | |
| const | PATHLEN = 'afs:pathlen' |
| Minimal distance between query words in the document. | |
| const | WEIGHT = 'afs:weight' |
| Importance of the words in the document between 1 and 100. | |
| const | FIELDMATCH = 'afs:fieldMatch' |
| Criterion allows replies containing exactly the keywords in an item to be more relevant. | |
| const | RELEVANCE = 'afs:relevance' |
Shortcut for afs:words,DESC and afs:fieldMatch,DESC and afs:pathlen,ASC and afs:weight,DESC. | |
| const | DOCID = 'afs:docId' |
| DocId of the document. | |
| const | URI = 'afs:uri' |
| URI of the document. | |
| const | LANG = 'afs:lang' |
| Langauge of the document. | |
| const | SIZE = 'afs:size' |
| Size of the document. | |
| const | DOCTYPE = 'afs:doctype' |
| Type of the document. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from BasicEnum | |
| static | check_val ($instance, $value, $msg=null) |
| Checks whether the value is valid. | |
List of built-ins sort parameters.
1.8.1.2