Re: [sqlite] Status of SQLite's full-text search (and Python 2.5 support?)

2008-04-20 Thread python
P Kishor,

> I have no idea how I conveyed that impression. I think FTS3 is really 
> wonderful, and have implemented it in my own personal website. I firmly 
> believe in the "Why file when you can full-text search" doctrine.

Excellent! Thanks for the follow-up. You answered my questions. And put
my mind at ease.

Regards,
Malcolm
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Status of SQLite's full-text search (and Python 2.5 support?)

2008-04-20 Thread P Kishor
On 4/20/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >>  Is SQLite's full text ready for production use yet?
>
>  > as ready as it will be. FTS 1/2 are deprecated.
>
>
> You don't sound too thrilled :) Are there any limitations that one
>  should be aware of?

I have no idea how I conveyed that impression. I think FTS3 is really
wonderful, and have implemented it in my own personal website. I
firmly believe in the "Why file when you can full-text search"
doctrine.

The folks ** who developed it are on this list and answer development
related questions pretty responsively. FTS3 works very well for me.

** (afaik, they work for a large company located in the zip code 900913)


>
>
>  Thank you,
>
>  Malcolm
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Status of SQLite's full-text search (and Python 2.5 support?)

2008-04-20 Thread python
>>  Is SQLite's full text ready for production use yet?

> as ready as it will be. FTS 1/2 are deprecated. 

You don't sound too thrilled :) Are there any limitations that one
should be aware of?

Thank you,

Malcolm
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Status of SQLite's full-text search (and Python 2.5 support?)

2008-04-20 Thread P Kishor
On 4/20/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm trying to figure out the status of SQLite's support for full-text
>  search.
>
>  It appears that full-text support was provisionally added to SQLite in
>  late 2006 via an extension module. It sounds like this early version was
>  experimental only.
>
>  After more googling it appears that there are two add-on modules for
>  full text search: FTS1 and FTS2.
>
>  Is SQLite's full text ready for production use yet?

as ready as it will be. FTS 1/2 are deprecated. Use FTS3 that is a
part of the main distro now.


>
>  I'm also wondering where I can find out if the version of SQLite that
>  ships as part of Python 2.5 includes automatic support for full text
>  search.
>
>  Thank you,
>  Malcolm
>  ___
>  sqlite-users mailing list
>  sqlite-users@sqlite.org
>  http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Puneet Kishor http://punkish.eidesis.org/
Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/
Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Status of SQLite's full-text search (and Python 2.5 support?)

2008-04-20 Thread python
I'm trying to figure out the status of SQLite's support for full-text
search.

It appears that full-text support was provisionally added to SQLite in
late 2006 via an extension module. It sounds like this early version was
experimental only.

After more googling it appears that there are two add-on modules for
full text search: FTS1 and FTS2.

Is SQLite's full text ready for production use yet?

I'm also wondering where I can find out if the version of SQLite that
ships as part of Python 2.5 includes automatic support for full text
search.

Thank you,
Malcolm
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users