ISolrOperations

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrOperations interface contains methods to work with search service basing on Apache Solr.

Inheritance Hierarchy

ISolrOperations

Comments

To work with search service based on Apache Solr, initialize the SolrOperations class object.

Methods

  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:

BISearch Assembly Interfaces