| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected static AttributeChangeBatch |
CoreFactory.createAttributeChangeBatch() |
protected static AttributeChangeBatch |
Index.createAttributeChangeBatch() |
protected static AttributeChangeBatch |
CoreFactory.createAttributeChangeBatch(Object data) |
| Modifier and Type | Method and Description |
|---|---|
void |
Index.changeAttributes(AttributeChangeBatch batch)
Applies the specified batch of attribute changes to indexed documents without reindexing during the update operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Indexer.changeAttributes(AttributeChangeBatch batch,
ChangeAttributesOptions options)
Applies the specified batch of attribute changes to indexed documents without reindexing.
|
Copyright © 2026. All rights reserved.