Test indexers...how do they work?

  • Thread starter Raja Raman Sundararajan
  • Start date
R

Raja Raman Sundararajan

Hello guys,
I was investigating how one can use the "text indexers" in python
and I stumbled across several ones. eg., pylucene

I wanted to know how the algorithm of indexers look like. I have heard
people talking about B-Trees. But this info. is simply know enough. I
would like to know exactly each part of the indexing flow and the
algorightm behind it work.

Can someone here point me to the right material?

Thanks!
 
G

gene tani

Raja said:
Hello guys,
I was investigating how one can use the "text indexers" in python
and I stumbled across several ones. eg., pylucene

I wanted to know how the algorithm of indexers look like. I have heard
people talking about B-Trees. But this info. is simply know enough. I
would like to know exactly each part of the indexing flow and the
algorightm behind it work.

Info pls, are you talking about how Analyszers do stopwords and
stemming / lemmatization? or how queries are handled, or how indexes
(bitfields) are built / queried? I think Hatcher's book is the best
place to start, tho doesn't focus intensively on lucene's
implementation

http://lucenebook.com/blog/

http://divmod.org/trac/wiki/WhitherLupy

This *was* a pure python port, Lupy which i remember being pretty easy
to follow, maybe you can get them to send it to you
 
S

sjdevnull

Raja said:
I wanted to know how the algorithm of indexers look like. I have heard
people talking about B-Trees. But this info. is simply know enough. I
would like to know exactly each part of the indexing flow and the
algorightm behind it work.

Get the book "Managing Gigabytes: Compressing and Indexing Documents
and Images".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,283
Messages
2,571,409
Members
48,103
Latest member
MadieDeitz

Latest Threads

Top