Assembly: BISearch;
The ISolrFilterConditions interface contains properties and methods that are used to work with the collection of search results filtering conditions.
ISolrFilterConditions
The ISolrFilterCondition.Nested property returns the filtering conditions collection.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of filtering conditions in the collection. |
![]() |
Item | The Item property returns parameters of the specified filtering condition. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a filtering condition to the collection and returns its parameters. |
![]() |
Clear | The Clear method deletes all filtering conditions from the collection. |
![]() |
Remove | The Remove method removes filtering condition by index and returns whether removal was successful. |
See also: