Ann: Nucular full text search 0.5 +boolean queries +unicode fixes

A

Aaron Watters

Announcing Nucular 0.5

This release adds streamlined interfaces for
boolean queries. Search for "dogs" or "cats"
but not "smelly" like this:

dicts = session.dictionaries("(dogs|cats) ~smelly")

Also included are some other features and bug
fixes, including some unicode handling bugfixes.

HOME: http://nucular.sourceforge.net/
BOOLEAN QUERIES: http://nucular.sourceforge.net/Boolean.html

About Nucular:

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

Nucular archives fielded documents and retrieves them
based on field value, field prefix, field word prefix,
or full text word prefix, word proximity or combinations of
these. Nucular also includes features for determining values
related to a query often called query facets.

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 is pure Python.
Nucular indexes and retrieves data quickly.
Nucular has a funny name.

More information about Nucular including links
to documentation, and releases is available at
http://nucular.sourceforge.net

Thanks: Rene Maurer and Matt Chaput and others
for comments, suggestions, patches.

-- Aaron Watters

===
an apple every 8 hours
will keep 3 doctors away. -- kliban
 

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
473,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top