Solr custom transformers
Solr provide facility to create custom transformers.In this article we are going to discuss transformers, why we need it , how we create it , and configure it. If you…
Solr provide facility to create custom transformers.In this article we are going to discuss transformers, why we need it , how we create it , and configure it. If you…
Solr provide option to configure stemming at the time of indexing as well as in searching. In this post we will discuss what is stemming , how to setup stemming…
Configure stop word in solr is easy.Most written text has a lot of functional words, like “this”, “that”, or “is” which are important to the person reading the content as…
Error creating core [DataimportExample]: Error loading class ‘org.apache.solr.handler.dataimport.DataImportHandler’ org.apache.solr.common.SolrException: Error loading class ‘org.apache.solr.handler.dataimport.DataImportHandler’ when we index document from database and configure dataimport request handler at that time may people faced…
Solr Data Import Handler (DIH) provides a mechanism for importing content from a data store and indexing it.We can also configure multiple datastore and indexing it. In addition to relational…