This section describes the BISearch assembly containing indexing and search tools on the Fore language. Assembly interfaces implement all required tools to set up search service parameters, to connect it, to set parameters and execute indexing and also to apply various search options.
Main interfaces of the BISearch assembly are:
ISearchEngineService - basic interface that is used to get access to indexing and search parameters.
IImportExecutor - get access to indexing parameters, indexing.
ISearchExecutor - get access to search parameters, search and get results.
ISolrOperations - to communicate and to get various parameters of the Apache Solr search platform.
For details about how to work with interfaces and about its communication, see the subsections:
See also:
BISearch Assembly Interfaces | BISearch Assembly Enumerations | BISearch Assembly Classes