| Modifier and Type | Method and Description |
|---|---|
List<BrowseEntry> |
IndexClient.browse(String query,
List<String> browseFields,
int max) |
List<BrowseEntry> |
IndexClient.browse(String query,
List<String> browseFields,
int max,
List<String> filterQuery) |
long |
IndexClient.delete(String query) |
IndexClient |
IndexClientFactory.getClient(MetadataReference mdRef) |
IndexClient |
IndexClientFactory.getClient(String collection) |
IndexClient |
IndexClientFactory.getClient(String format,
String layout,
String interpretation) |
eu.dnetlib.functionality.cql.CqlValueTransformerMap |
IndexClient.getCqlValueTransformerMap(MetadataReference mdRef) |
abstract void |
AbstractIndexClientFactory.init()
Inits the class.
|
LookupResponse |
IndexClient.lookup(String query,
List<String> filterQuery,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
List<BrowseEntry> |
SolrIndexClient.browse(String query,
List<String> browseFields,
int max) |
List<BrowseEntry> |
SolrIndexClient.browse(String query,
List<String> browseFields,
int max,
List<String> filterQuery) |
org.apache.solr.client.solrj.response.UpdateResponse |
SolrIndexClient.commit() |
int |
SolrIndexClient.count(String query) |
long |
SolrIndexClient.delete(String query)
Do delete.
|
org.apache.solr.client.solrj.response.UpdateResponse |
SolrIndexClient.deleteByQuery(String query) |
int |
SolrIndexClient.feed(List<org.apache.solr.common.SolrInputDocument> document) |
void |
SolrIndexClient.feed(List<org.apache.solr.common.SolrInputDocument> docs,
SolrIndexClient.AfterFeedingCallback callback) |
void |
SolrIndexClient.feed(List<org.apache.solr.common.SolrInputDocument> docs,
SolrIndexClient.AfterFeedingCallback callback,
boolean commit) |
int |
SolrIndexClient.feed(org.apache.solr.common.SolrInputDocument document) |
int |
SolrIndexClient.feed(org.apache.solr.common.SolrInputDocument document,
boolean commit) |
int |
SolrIndexClient.feed(String record,
String indexDsId,
eu.dnetlib.miscutils.functional.UnaryFunction<String,String> toIndexRecord) |
int |
SolrIndexClient.feed(String record,
String indexDsId,
eu.dnetlib.miscutils.functional.UnaryFunction<String,String> toIndexRecord,
boolean commit) |
org.apache.solr.client.solrj.SolrClient |
SolrIndexClient.getClient()
Gets the client.
|
IndexClient |
SolrIndexClientFactory.getClient(MetadataReference mdRef) |
IndexClient |
SolrIndexClientFactory.getClient(String collection) |
IndexClient |
SolrIndexClientFactory.getClient(String format,
String layout,
String interpretation) |
eu.dnetlib.functionality.cql.CqlValueTransformerMap |
SolrIndexClient.getCqlValueTransformerMap(MetadataReference mdRef) |
void |
SolrIndexClientFactory.init()
Inits the class.
|
boolean |
SolrIndexClient.isRecordIndexed(String id) |
LookupResponse |
SolrIndexClient.lookup(String query,
List<String> filterQuery,
int from,
int to) |
org.apache.solr.common.SolrInputDocument |
SolrIndexClient.prepareSolrDocument(String record,
String indexDsId,
eu.dnetlib.miscutils.functional.UnaryFunction<String,String> toIndexRecord) |
org.apache.solr.client.solrj.response.QueryResponse |
SolrIndexClient.query(String query,
Integer rows) |
int |
SolrIndexClient.remove(String id) |
int |
SolrIndexClient.remove(String id,
boolean commit) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.BiMap<String,String> |
BrowseAliases.get(MetadataReference mdRef)
Gets the.
|
List<String> |
IndexQueryFactory.getBrowsableFields(List<String> fields,
MetadataReference mdRef) |
IndexQuery |
IndexQueryFactory.getIndexQuery(QueryLanguage lang,
String query,
IndexClient client,
MetadataReference mdRef)
Gets the index query.
|
QueryResponseParser |
SolrIndexQueryResponseFactory.getQueryResponseParser(IndexQueryResponse<org.apache.solr.client.solrj.response.QueryResponse> queryRsp,
MetadataReference mdRef) |
abstract QueryResponseParser |
QueryResponseFactory.getQueryResponseParser(IndexQueryResponse<T> queryRsp,
MetadataReference mdRef) |
void |
BrowseAliases.initialize()
Initialize.
|
void |
Weights.initialize() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
MDFormatReader.getAttributeMap(MetadataReference mdRef,
String attribute) |
com.google.common.collect.Table<String,String,String> |
MDFormatReader.getAttributeTable(MetadataReference mdRef,
String... attributeList) |
Map<String,String> |
ServiceTools.getIndexProperties(String backendId) |
List<String> |
ServiceTools.listDsIds() |
List<MetadataReference> |
ServiceTools.listMDRefs() |
List<MetadataReference> |
MDFormatReader.listMDRefs() |
Copyright © 2019. All rights reserved.