public abstract class Notification extends Object
Learn more
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
static Notification |
createRenameNotification(String oldPath,
String newPath)
Creates a notification object to rename an indexed document that has been renamed and does not need to be reindexed.
|
public static Notification createRenameNotification(String oldPath, String newPath)
oldPath - The old path to the indexed document.newPath - The new path to the indexed document.Copyright © 2026. All rights reserved.