Search Results for p:solr

Introducing the Solr Scale Toolkit

June 3, 2014 | Timothy Potter

SolrCloud is a set of features in Apache Solr that enable elastic scaling of distributed search indexes using sharding and replication. One of the hurdles to adopting SolrCloud has been the lack of tools for deploying and managing a SolrCloud... Read More

SQL in Fusion 3

February 1, 2017 | Timothy Potter

In this post, I introduce a new service in Fusion  that allows users to execute SQL queries against their Fusion collections using any JDBC compliant application, such as Tableau or Apache Zeppelin. Before diving into the details of how to... Read More

Solr 5’s New ‘bin/post’ Utility

August 4, 2015 | Erik Hatcher

Series Introduction This is the first in a three part series demonstrating how it's possible to build a real application using just a few simple commands.  The three parts to this are: Getting data into Solr using bin/post Visualizing search... Read More

Using Solr’s REST APIs to Manage Stop Words and Synonyms

March 31, 2014 | Timothy Potter

In this post, I introduce a recently added feature for performing Create-Read-Update-Delete (CRUD) operations on Solr resources using a REST API. Before I delve into the details, let’s first understand what I mean by "resource" and why you might want... Read More

Quick Links