public class ThumbnailImageURL extends Object implements DocumentModifier, ContextModelsUser
| Constructor and Description |
|---|
ThumbnailImageURL() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addThumbnailExistence(Individual ind,
SearchInputDocument doc)
Adds if the individual has a thumbnail image or not.
|
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.
|
protected String |
runQueryForThumbnailLocation(Individual individual) |
void |
setContextModels(ContextModelAccess models) |
void |
shutdown()
Called to inform the DocumentModifier that the system is shutting down.
|
String |
toString() |
public void setContextModels(ContextModelAccess models)
setContextModels in interface ContextModelsUserpublic void modifyDocument(Individual individual, SearchInputDocument doc)
DocumentModifiermodifyDocument in interface DocumentModifierindividual - The individual that is being indexed. Will not be null.doc - The document as it stands so far. Will not be null.protected void addThumbnailExistence(Individual ind, SearchInputDocument doc)
protected String runQueryForThumbnailLocation(Individual individual)
public void shutdown()
DocumentModifiershutdown in interface DocumentModifierCopyright © 2022. All rights reserved.