Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The SolrOperations class implements object used to work with search service based on Apache Solr.
Class to get analog of the SolrOperations class:
None;
Class to get analog of the SolrOperations class object:
SolrOperationsClass;
| Method name | Brief description | |
| ClearAll | The ClearAll method removes 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 analyses the specified phrase by field name and returns an array containing a set of synonymous words. | |
| GetPhraseAnalysisByFieldType | The GetPhraseAnalysisByFieldType method analyses the specified phrase by field type and returns array containing a set of synonymous words. | |
| RemoveDocsByFieldName | The RemoveDocsByFieldName method removes the Apach Solr documents linked to the specified field and where specified indexed values are stocked. |
See also: