Blog

PyLucene 2.4.1 Released

Here's the announcement from the PyLucene team: This is a refresher release of Apache PyLucene 2.4.1 that addresses a few...
Weiterlesen
Blog

Exploring Lucene and Solr’s TrieRange Capabilities

Recently, Uwe Schindler and others have added a new capability to Lucene and Solr to make working with numeric ranges...
Weiterlesen
Blog

Apache better than GPL for open-source business?

Matt Asay explores an idea that has crossed my mind more than once - the Apache license is pretty nice.
Weiterlesen
Blog

Lucene, Open Source and the Cost of Experimentation

I was at a company a while back that was considering replacing a commercial vendor with a Lucene/Solr based solution. ...
Weiterlesen
Blog

Got data? You can build your own Solr-powered Search Engine!

We invite you to a webinar featuring Erik Hatcher, Lucene/Solr Committer and co-author of Lucene In Action. Erik will show...
Weiterlesen
Blog

Real-time Search With Lucene

Real-time search is kind of a fuzzy concept, but basically it means dropping the time a modification to an index...
Weiterlesen
Blog

Nested Queries in Solr

The ability to nest an arbitrary query type inside another query type is a useful feature that was quietly added...
Weiterlesen
Blog

New Version of Luke Released

Luke, the very popular Lucene index exploration and modification tool, has released a new version, 0.9.2. Changes in v. 0.9.2...
Weiterlesen
Blog

Exploring Lucene’s Indexing Code: Part 2

Previous: Exploring Lucene's Indexing Code: Part 1 A trace of addDocument is pretty intense, so we are going to have...
Weiterlesen
Blog

Lucene in Action, 2nd edition, available!

Lucene in Action, 2nd edition is now available through the Manning Early Access Program. We've arranged for an exclusive discount,...
Weiterlesen
Blog

Lucene 2.4.1 Released

Lucene 2.4.1 has been released. Lucene 2.4.1 is a bug fix release and Lucene 2.9 will follow next.
Weiterlesen
Blog

Exploring Lucene’s Indexing Code: Part 1

Next: Exploring Lucene's Indexing Code: Part 2 While I have mucked around quite a bit in the search side code...
Weiterlesen