Using Solrs New Atomic Updates
A while ago we created a sample index of US patent grants roughly 700k documents big. Adjacently we pulled down the corresponding multi-page TIFFs of those grants and made…
A while ago we created a sample index of US patent grants roughly 700k documents big. Adjacently we pulled down the corresponding multi-page TIFFs of those grants and made…
So heres the problem: Youve finally found a block of time to set down and get your head around Hadoop and MapReduce. You do a quick Google search for…
So I got bored of the old WordCount Hello World, and being a fairly mathy person, I decided to make my own Hello World in which I coaxed Hadoop…
While debugging the functionality of a new query parser, I had the poor fortune rare opportunity to dig deep into Solrs search scoring code. I ended up learning a…
When I first heard about FoundationDB, I couldnt imagine how it could be anything but vaporware. Seemed like Unicorns crapping happy rainbows to solve all your problems. As Im…
\n \n Sample Automaton\n \n \n\n This article is intended to help you bootstrap your ability to work with Finite State Automata (note automata == plural of automaton). Automata…
One thing I really like about Solr is that its super easy to get started. You just download solr, fire it up, and then after following the 10 minute…
The first interaction that a customer has with your e-commerce web site is with the search box itself. So it is of utmost importance to make the user experience…
So lets say that you have an important tech question that simply must be answered: “What’s the difference between JavaScript and Java?” Normally you would post it on StackOverflow…
Did you know that you can facet over the same field more than once? Did you know that you can rename the facet field? Did you know that you…
Opensource Connections is proud to host beSwarm What beSwarm is a gathering of tech enthusiasts from all over central Virginia to discuss, share, and learn about anything that interests…
Just about the first thing youre going to do when you learn MapReduce is do the word frequency job. That just reads in a bunch of text and reports…