Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrOperations interface contains methods that are used to work with search service basing on Apache Solr.
ISolrOperations
To work with search service based on Apache Solr, initialize the SolrOperations class object.
Method name | Brief description | |
ClearAll | The ClearAll method deletes all documents with indexed data for the specified Solr instance. | |
GetOverview | The GetOverview method extracts information about the specified Solr instance. | |
GetPhraseAnalysisByFieldName | The GetPhraseAnalysisByFieldName method analyzes the specified phrase by field name and returns the array containing a set of synonyms. | |
GetPhraseAnalysisByFieldType | The GetPhraseAnalysisByFieldType method analyzes the specified phrase by field type and returns the array containing a set of synonyms. | |
RemoveDocsByFieldName | The RemoveDocsByFieldName method removes the Apach Solr documents linked to the specified field and where specified indexed values are stored. |
See also: