August 4, 2008 by
Lynn Lobash
Filed in Ruby on Rails, Search, Solr
I once had a job at an internet company that described themselves as a news aggregation service.
They took in news feeds from sources ranging from Associated Press to Farm Machinery Monthly. My job consisted of writing queries in Unix’s wonderful vi editor. News feeds were run against these queries, and resulting matches [...]
- Comments closed
November 15, 2007 by
Lee Horowitz
Filed in Metadata, Oracle, Solr, Workflow
XML is increasingly popular as the underlying technology for any number of information sharing and exchange standards.
In particular, Michael has shown us how SOLR requires data for ingest to be presented in an XML canonical form:
<?xml version=”1.0″ encoding=”UTF-8″?>
<add>
<doc>
<field name”id”>8675309</field>
<field name=”title”>Jenny</field>
<field name=”author”>Tommy [...]
- Comments closed
November 14, 2007 by
Michael Della Bitta
Filed in Digital Gallery, Search, Solr
We have had an R&D instance of Solr up on an internal server for a few weeks now to kick the tires. Solr is pretty easy to get going on whatever machine you may have laying around, the hard part is getting your data into it.
Which isn’t to say it’s particularly hard at all; actually [...]
- Comments closed