SolrOperations

Assembly: BISearch;

Description

The SolrOperations class implements the object that is used to work with search service based on Apache Solr.

Class object methods inherited from ISolrOperations

  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:

BISearch Assembly Classes