Archive for the ‘solr’ Category

Solr: Indexing speed 1111 docs/sec

On popular demand, I’m going to try and describe what I did to get the 1111 docs/sec indexing (link) on a 1.200.000 documents index. Please don’t be surprised to how little I have to do with the entire story, and how much is thanks to Solr’s great code. The Machine First and foremost, small part [...]

Read the rest of this entry »

Solr: Finding out all values in a field

Solr and Lucene are truly amazing things, capable of fast indexing and querying vast amounts of data. However, when coming from a conventional database structure, it’s quite hard getting to the thinking pattern Lucene uses vs SQL (e.g.) SQL: select fieldname from database The equivalent of select fieldname from database as known in SQL databases, [...]

Read the rest of this entry »