ANN: NUCULAR fielded text searchable indexing

aaron.watters at gmail.com aaron.watters at gmail.com
Mon Oct 8 16:28:55 EDT 2007


ANNOUNCE:
  NUCULAR fielded text searchable indexing

Nucular is a system for creating disk based full text indices
for fielded data. It can be accessed via a Python API
or via a suite of command line interfaces.

Nucular is intended to help store and retrieve
searchable information in a manner somewhat similar
to the way that "www.hotjobs.com" stores and
retrieves job descriptions, for example.

Nucular archives fielded documents and retrieves them
based on field value, field prefix, field word prefix,
or full text word prefix, or combinations of these.

Features:

 -- Nucular is very light weight. Updates and accesses
    do not require any server process or other system
    support such as shared memory locking.

 -- Nucular supports concurrency. Arbitrary concurrent
    updates and accesses by multiple processes or threads
    are supported, with no possible locking issues.

 -- Nucular indexes and retrieves large collections quickly.

Read more and download at:
   http://nucular.sourceforge.net

Online demos:

http://www.xfeedme.com/nucular/gut.py/go
http://www.xfeedme.com/nucular/mondial.py/go

I hope you like!
   -- Aaron Watters

===
I don't know ka-RAH-tee
But I know ka-RAY-zee
   -- James Browne




More information about the Python-list mailing list