SearchDocumentFilter Class |
Namespace: GroupDocs.Search.Options
The SearchDocumentFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateAnd |
Creates a logical conjunction of the specified filters.
|
![]() ![]() | CreateAttribute |
Creates a filter for skipping documents that do not have any value from the specified list of allowable attributes.
|
![]() ![]() | CreateFileExtension |
Creates a filter for skipping documents that are not in the specified list of possible extensions.
|
![]() ![]() | CreateFilePathRegularExpression(String) |
Creates a filter for skipping documents that are not match a regular expression.
The regular expression is applied to the full path of a document.
|
![]() ![]() | CreateFilePathRegularExpression(String, RegexOptions) |
Creates a filter for skipping documents that are not match a regular expression.
The regular expression is applied to the full path of a document.
|
![]() ![]() | CreateNot |
Creates a filter that has inverse logic in relation to the specified inner filter.
|
![]() ![]() | CreateOr |
Creates a logical disjunction of the specified filters.
|