How does Lucene work

Posted by Midhat on Stack Overflow See other posts from Stack Overflow or by Midhat
Published on 2010-04-24T18:34:11Z Indexed on 2010/04/24 19:03 UTC
Read the original article Hit count: 265

Filed under:

I am trying to find out how lucene search works so fast. Cant find any useful docs on the web. If you have anything (short of lucene source code) to read, let me know.

A text search query using mysql5 text search with index takes about 18 minutes in my case. A lucene search for the same query takes less than a second

© Stack Overflow or respective owner

Related posts about lucene