Search Results for document/ac64e4f0abb6e4fc/solr

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

Call Me Maybe: SolrCloud, Jepsen, and Flaky Networks

December 10, 2014 | Shalin Shekhar Mangar

TL;DR; We tested SolrCloud against bridge, random transitive, and fixed transitive network partitions using Jepsen and found no data loss issues for both compare-and-set operations and inserts. One major and a few minor bugs were found. Most have been fixed... Read More

Noob* Notes: Fusion First Look

December 8, 2014 | Mitzi Morris

This is a record of my coming up to speed on Fusion, starting from zero.  I've just joined the Lucidworks team to write documentation and develop demos.   I'd like to dedicate this my first post to developers who, like... Read More

Exploring Lucene’s Indexing Code: Part 2

March 18, 2009 | Lucidworks

Previous: Exploring Lucene's Indexing Code: Part 1 A trace of addDocument is pretty intense, so we are going to have to start at an even higher level I think. Using some basic IR knowledge, we know that addDocument is going... Read More

Quick Links