Assembly: BISearch;
The ISolrImportProcessOptions interface contains properties that are used to set up parameters used on data indexing.
ISolrImportProcessOptions
Parameters used on data indexing can be obtained in the ISolrSearchEngineSchema.ImportProcessOptions property.
A matrix with data for data source is built beforehand on indexing. Dimension elements with data are selected using the matrix. Those elements will be indexed in Solr.
Property name | Brief description | |
BlockSize | The BlockSize property determines the number of elements by the largest dimension, which will be processed on matrix calculation. | |
ImportBinding | The ImportBinding property returns settings, which will be used on custom fields processing. | |
NeedSmartSearch | The NeedSmartSearch property determines whether free dimensions must be indexed to use smart search. | |
QueryMaxSize | The QueryMaxSize property determines the maximum size of the XML document with data being created, which will be sent to Apache Solr server for indexing. | |
ThreadsCount | The ThreadsCount property determines the number of threads, within which a matrix with data will be built. |
See also: