public interface DocumentModifier
| Modifier and Type | Method and Description |
|---|---|
void |
modifyDocument(Individual individual,
SearchInputDocument doc)
Use the rules contained within this class to modify this search document,
according to the characteristics of this individual.
|
void |
shutdown()
Called to inform the DocumentModifier that the system is shutting down.
|
void modifyDocument(Individual individual, SearchInputDocument doc)
individual - The individual that is being indexed. Will not be null.doc - The document as it stands so far. Will not be null.void shutdown()
Copyright © 2022. All rights reserved.