F I O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- findByErrorUri(String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Method to find a document in the solr index by type and error uri.
- findById(String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Method to find a document in the solr index by type and id.
I
- initCloud(List<String>, int) - Method in interface org.ikasan.spec.solr.SolrInitialisationService
-
Initialise any solr cloud related services.
- initStandalone(String, int) - Method in interface org.ikasan.spec.solr.SolrInitialisationService
-
Initialise any solr standalone related services.
O
- org.ikasan.spec.solr - package org.ikasan.spec.solr
R
- removeById(String, String) - Method in interface org.ikasan.spec.solr.SolrDeleteService
-
Method to remove records from the solr index by type and id.
S
- save(ENTITY) - Method in interface org.ikasan.spec.solr.SolrService
-
Method to save the solr entity.
- save(List<ENTITY>) - Method in interface org.ikasan.spec.solr.SolrService
-
Method to save the solr entity.
- saveOrUpdate(ENTITY) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Save or update an ENTITY
- saveOrUpdate(List<ENTITY>) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Save or update a list of ENTITY
- search(String, long, long, int, int, List<String>, boolean, String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Perform general search against ikasan solr index.
- search(String, long, long, int, List<String>, boolean, String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Perform general search against ikasan solr index.
- search(Set<String>, String, long, long, int, int, List<String>, boolean, String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Perform general search against ikasan solr index.
- search(Set<String>, Set<String>, String, long, long, int, boolean, String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Perform general search against ikasan solr index.
- search(Set<String>, Set<String>, String, long, long, int, List<String>, boolean, String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Perform general search against ikasan solr index.
- search(Set<String>, Set<String>, Set<String>, String, String, long, long, int, int, List<String>, boolean, String, String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Perform general search against ikasan solr index.
- setSolrPassword(String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Set the solr password
- setSolrPassword(String) - Method in interface org.ikasan.spec.solr.SolrService
-
Set the solr password
- setSolrUsername(String) - Method in interface org.ikasan.spec.solr.SolrGeneralService
-
Set the solr username
- setSolrUsername(String) - Method in interface org.ikasan.spec.solr.SolrService
-
Set the solr username
- SolrDeleteService - Interface in org.ikasan.spec.solr
- SolrGeneralService<ENTITY,RESULTS> - Interface in org.ikasan.spec.solr
-
Created by Ikasan Development on 27/08/2017.
- SolrInitialisationService - Interface in org.ikasan.spec.solr
-
This Service allows solr related classes to be initialised as well as providing some general methods.
- SolrService<ENTITY> - Interface in org.ikasan.spec.solr
-
Created by Ikasan Development Team on 06/08/2017.
All Classes All Packages