| Modifier and Type | Method and Description |
|---|---|
SearchInputDocument |
SearchEngine.createInputDocument()
Create a SearchInputDocument that can be populated and added to the
index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEngine.add(SearchInputDocument... docs)
Add documents to the search index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEngine.add(Collection<SearchInputDocument> docs)
Add documents to the search index.
|
| Modifier and Type | Method and Description |
|---|---|
SearchInputDocument |
InstrumentedSearchEngineWrapper.createInputDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentedSearchEngineWrapper.add(SearchInputDocument... docs) |
static SearchEngineLogger |
SearchEngineLogger.doAdd(SearchInputDocument[] docs) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentedSearchEngineWrapper.add(Collection<SearchInputDocument> docs) |
static SearchEngineLogger |
SearchEngineLogger.doAdd(Collection<SearchInputDocument> docs) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSearchInputDocument
A foundation class for implementing SearchInputDocument.
|
| Modifier and Type | Method and Description |
|---|---|
SearchInputDocument |
ElasticSearchEngine.createInputDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticSearchEngine.add(SearchInputDocument... docs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ESAdder.add(Collection<SearchInputDocument> docs) |
void |
ElasticSearchEngine.add(Collection<SearchInputDocument> docs) |
| Modifier and Type | Method and Description |
|---|---|
SearchInputDocument |
SolrSearchEngine.createInputDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchEngine.add(SearchInputDocument... docs) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchEngine.add(Collection<SearchInputDocument> docs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ThumbnailImageURL.addThumbnailExistence(Individual ind,
SearchInputDocument doc)
Adds if the individual has a thumbnail image or not.
|
void |
ThumbnailImageURL.modifyDocument(Individual individual,
SearchInputDocument doc) |
void |
SelectQueryI18nDocumentModifier.modifyDocument(Individual ind,
SearchInputDocument doc) |
void |
SelectQueryDocumentModifier.modifyDocument(Individual ind,
SearchInputDocument doc) |
void |
FieldBooster.modifyDocument(Individual individual,
SearchInputDocument doc) |
void |
DocumentModifierListDeveloper.modifyDocument(Individual ind,
SearchInputDocument doc)
Each time a modifier is run, accumulate the timings for it.
|
void |
DocumentModifierListBasic.modifyDocument(Individual ind,
SearchInputDocument doc) |
void |
DocumentModifierList.modifyDocument(Individual ind,
SearchInputDocument doc)
Exercise the list of modifiers, making changes to this document based on
this individual.
|
void |
DocumentModifier.modifyDocument(Individual individual,
SearchInputDocument doc)
Use the rules contained within this class to modify this search document,
according to the characteristics of this individual.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Formatter.format(SearchInputDocument doc) |
static String |
Formatter.getValueFromField(SearchInputDocument doc,
String fieldName) |
Copyright © 2022. All rights reserved.