High Speed Ingestion into Solr with Custom Talend Component Developed by T/DG

High Speed Ingestion into Solr with Custom Talend Component Developed by T/DG

In this blog I will explain how to use High Speed Talend-Solr Ingestion components, released by T/DG as open source, for ingesting documents into Solr and its benefit. 


T/DG released 3…

Read More

Grouping Results with Solr

Grouping Results with Solr

Grouping Results:

Imagine a situation where your data set is divided into different categories, subcategories,price ranges, and things like that. What if you would like to n ot only get information…

Read More

Faceted Search using Solr

Faceted Search using Solr

Faceting:

Faceted search (also called faceted navigation, guided navigation, or parametric search) breaks up search results into multiple categories, typically showing counts for each category, and allows the user to “drill…

Read More

Spatial Search with Solr

Spatial Search with Solr

In this article we will see how solr supports spatial search.

Spatial Search

Solr supports location data for use in spatial/geospatial searches. Using spatial search, you can:


Index points or other…

Read More

Solr Terms Component usage

Solr Terms Component usage

In this article we will see how  solr Terms Component can be used for building Auto-suggest feature  and  Browse index feature.

Terms Component:


The Terms Component returns information about  indexed terms in…

Read More

Understanding Solr Explain

In this article, I will explain how to read information in solr explain.


When we search documents on solr, the documents in the result are in descending order of their…

Read More

Data Import Handler – import data from XML files which are in Solr xml format

The DataImportHandler is a Solr contrib that provides a configuration driven way to import data from relational databases or XML files, into Solr in both “full import” and “incremental delta…

Read More