| Modifier and Type | Method and Description |
|---|---|
static IndividualListQueryResults |
IndividualListQueryResults.runQuery(SearchQuery query,
IndividualDao indDao) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
VClassGroupCache.addClassCountsToGroup(VClassGroup group,
SearchEngine searchEngine) |
protected static void |
VClassGroupCache.addCountsUsingSearch(List<VClassGroup> groups,
SearchEngine searchEngine)
Add the Individual count to classes in groups.
|
protected static void |
VClassGroupCache.rebuildCacheUsingSearch(VClassGroupCache cache)
Method that rebuilds the cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultObjectPropertyFormGenerator.addFormSpecificDataForAC(EditConfigurationVTwo editConfiguration,
VitroRequest vreq,
javax.servlet.http.HttpSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchEngineNotRespondingException
Indicates that a request to the SearchEngine has timed out, or given some
other indication that no response will be coming.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEngine.add(Collection<SearchInputDocument> docs)
Add documents to the search index.
|
void |
SearchEngine.add(SearchInputDocument... docs)
Add documents to the search index.
|
void |
SearchEngine.commit()
Explicitly commit all pending changes, and wait until they are visible to
the search.
|
void |
SearchEngine.commit(boolean wait)
Explicitly commit all pending changes, and optionally wait until they are
visible to the search.
|
void |
SearchEngine.deleteById(Collection<String> ids)
Delete documents from the search index, by unique ID.
|
void |
SearchEngine.deleteById(String... ids)
Delete documents from the search index, by unique ID.
|
void |
SearchEngine.deleteByQuery(String query)
Delete documents from the search index if they satisfy the query.
|
int |
SearchEngine.documentCount()
Find the number of documents in the search index.
|
void |
SearchEngine.ping()
Check to see whether the SearchEngine is alive.
|
SearchResponse |
SearchEngine.query(SearchQuery query)
Query the search index and return the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentedSearchEngineWrapper.add(Collection<SearchInputDocument> docs) |
void |
InstrumentedSearchEngineWrapper.add(SearchInputDocument... docs) |
void |
InstrumentedSearchEngineWrapper.commit() |
void |
InstrumentedSearchEngineWrapper.commit(boolean wait) |
void |
InstrumentedSearchEngineWrapper.deleteById(Collection<String> ids) |
void |
InstrumentedSearchEngineWrapper.deleteById(String... ids) |
void |
InstrumentedSearchEngineWrapper.deleteByQuery(String query) |
int |
InstrumentedSearchEngineWrapper.documentCount() |
void |
InstrumentedSearchEngineWrapper.ping() |
SearchResponse |
InstrumentedSearchEngineWrapper.query(SearchQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchEngine.add(Collection<SearchInputDocument> docs) |
void |
SolrSearchEngine.add(SearchInputDocument... docs) |
void |
SolrSearchEngine.commit() |
void |
SolrSearchEngine.commit(boolean wait) |
void |
SolrSearchEngine.deleteById(Collection<String> ids) |
void |
SolrSearchEngine.deleteById(String... ids) |
void |
SolrSearchEngine.deleteByQuery(String query) |
int |
SolrSearchEngine.documentCount() |
void |
SolrSearchEngine.ping() |
SearchResponse |
SolrSearchEngine.query(SearchQuery query) |
Copyright © 2016. All rights reserved.