Classification, clustering, and collaborative filtering are now available in the Lucidworks Fusion application suite.
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
example/files – a Concrete Useful Domain-Specific Example of bin/post and /browse
January 27, 2016 | Erik Hatcher
The Series This is the third 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
Schemaless Solr: Part 1
May 21, 2013 | Steve Rowe
This is the first part in a series about adding schemaless features to Apache Solr. Solr has dynamic fields, which allow for a kind of schemaless operation: you map field name prefixes or suffixes to field types, so that field...
Read More