| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| Modifier and Type | Method and Description |
|---|---|
static ISearchDocumentFilter |
SearchDocumentFilter.createAnd(ISearchDocumentFilter... filters)
Creates a logical conjunction of the specified filters.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createAttribute(String... attributes)
Creates a filter for skipping documents that do not have any value from the specified list of allowable attributes.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createFileExtension(String... extensions)
Creates a filter for skipping documents that are not in the specified list of possible extensions.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createFilePathRegularExpression(String pattern)
Creates a filter for skipping documents that are not match a regular expression.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createFilePathRegularExpression(String pattern,
int options)
Creates a filter for skipping documents that are not match a regular expression.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createNot(ISearchDocumentFilter innerFilter)
Creates a filter that has inverse logic in relation to the specified inner filter.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createOr(ISearchDocumentFilter... filters)
Creates a logical disjunction of the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
static ISearchDocumentFilter |
SearchDocumentFilter.createAnd(ISearchDocumentFilter... filters)
Creates a logical conjunction of the specified filters.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createNot(ISearchDocumentFilter innerFilter)
Creates a filter that has inverse logic in relation to the specified inner filter.
|
static ISearchDocumentFilter |
SearchDocumentFilter.createOr(ISearchDocumentFilter... filters)
Creates a logical disjunction of the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
ISearchDocumentFilter |
ImageSearchOptions.getSearchDocumentFilter()
Gets the search document filter.
|
ISearchDocumentFilter |
SearchOptions.getSearchDocumentFilter()
Gets the search document filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSearchOptions.setSearchDocumentFilter(ISearchDocumentFilter value)
Gets or sets the search document filter.
|
void |
SearchOptions.setSearchDocumentFilter(ISearchDocumentFilter value)
Sets the search document filter.
|
Copyright © 2026. All rights reserved.