ISolrFilterConditions

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrFilterConditions interface contains properties and methods to work with collection of search results filtering conditions.

Inheritance Hierarchy

ISolrFilterConditions

Comments

The ISolrFilterCondition.Nested property returns collection of filtering conditions.

Properties

  Property name Brief description
Count The Count property returns number of filtering conditions in collection.
Item The Item property returns parameters of the specified filtering condition.

Methods

  Method name Brief description
Add The Add method adds filtering condition to the collection and returns its parameters.
Clear The Clear method removes all filtering conditions from collection.
Remove The Remove method removes filtering condition by index and returns the attribute that removing was successful.

See also:

BISearch Assembly Interfaces