BrowseFacetNodes method: SearchQuery class

Syntax

BrowseFacetNodes()

Description

Use this method to return an array of facet nodes with out actually executing a search. Because this method does not execute the search query, it is lot faster than the Execute method. This method relies on the Language property only and ignores other SearchQuery class properties and settings, such as facet filters.

Note:

This is an abstract method.

Parameters

None.

Returns

An array of FacetNode objects.

Related Topics