Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Attributes | List of all members
AfsFacetOrder Class Reference

Sort mode of the facets. More...

Inheritance diagram for AfsFacetOrder:
BasicEnum

Public Attributes

const STRICT = 'STRICT'
 Strict mode.
const LAX = 'LAX'
 Lax mode.

Additional Inherited Members

- Static Protected Member Functions inherited from BasicEnum
static check_val ($instance, $value, $msg=null)
 Checks whether the value is valid.

Detailed Description

Sort mode of the facets.

Member Data Documentation

const LAX = 'LAX'

Lax mode.

Facets are sorted at AfsReplysetHelper level. This allows to retrieve all facets. First facets are sorted according to provided sort order list, other ones follow as they appear in AFS search engine reply.

const STRICT = 'STRICT'

Strict mode.

All facets are sorted according to provided sort order list. Facets not present in the list are removed from reply.