public interface DocumentModifierList
startIndexing(), 0 or more modifyDocument() by multiple threads, stopIndexing().
| Modifier and Type | Method and Description |
|---|---|
void |
modifyDocument(Individual ind,
SearchInputDocument doc)
Exercise the list of modifiers, making changes to this document based on
this individual.
|
void |
startIndexing()
Do any required setup on the individual modifiers.
|
void |
stopIndexing()
Do any required teardown on the individual modifiers.
|
void startIndexing()
void stopIndexing()
void modifyDocument(Individual ind, SearchInputDocument doc)
Copyright © 2022. All rights reserved.