[Zope3-dev] KeywordIndex, TopicIndex should implement IIndexSearch

2007-06-22 Thread Dmitry Vasiliev
I've just discovered that KeywordIndex and TopicIndex don't implement IIndexSearch so the indexes don't work with the Catalog. Is there any reasons for this? I think "apply" methods in this case can be equivalent to "search(query, 'and')" without any problems. -- Dmitry Vasiliev http://hlab

Re: [Zope3-dev] KeywordIndex

2005-07-22 Thread Gary Poster
On Jul 22, 2005, at 2:30 PM, Michel Pelletier wrote: Awesome! I like the idea of set indexes and always looking for new indexing technique. Only having looked breifly at the code myself, what is the relation between zc.catalog and zope.app.catalog? The stuff in zc.catalog covers code that

Re: [Zope3-dev] KeywordIndex

2005-07-22 Thread Michel Pelletier
On Thu, 2005-07-21 at 22:49 -0400, Gary Poster wrote: > On Jul 19, 2005, at 1:06 AM, Jeff Shell wrote: > > > Hi Gary! I'd be very interested in this. It's not critical for me > > right now, so there's no need to rush making something available. I > > have an inefficient but fun solution for my sys

Re: [Zope3-dev] KeywordIndex

2005-07-21 Thread Gary Poster
On Jul 19, 2005, at 1:06 AM, Jeff Shell wrote: Hi Gary! I'd be very interested in this. It's not critical for me right now, so there's no need to rush making something available. I have an inefficient but fun solution for my system that can be replaced when this comes along. I primarily wanted

Re: [Zope3-dev] KeywordIndex

2005-07-19 Thread Gary Poster
On Jul 19, 2005, at 1:06 AM, Jeff Shell wrote: Hi Gary! I'd be very interested in this. It's not critical for me right now, so there's no need to rush making something available. I have an inefficient but fun solution for my system that can be replaced when this comes along. I primarily wanted

Re: [Zope3-dev] KeywordIndex

2005-07-18 Thread Jeff Shell
Hi Gary! I'd be very interested in this. It's not critical for me right now, so there's no need to rush making something available. I have an inefficient but fun solution for my system that can be replaced when this comes along. I primarily wanted to know the state of the indexes. Is what's there

Re: [Zope3-dev] KeywordIndex

2005-07-18 Thread Michel Pelletier
On Mon, 2005-07-18 at 12:00 -0400, [EMAIL PROTECTED] wrote: > Date: Mon, 18 Jul 2005 09:14:16 -0600 > From: Jeff Shell <[EMAIL PROTECTED]> > Subject: [Zope3-dev] KeywordIndex > To: zope3-dev@zope.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; chars

Re: [Zope3-dev] KeywordIndex

2005-07-18 Thread Gary Poster
On Jul 18, 2005, at 11:14 AM, Jeff Shell wrote: I'm working on a simple application which is the first time I get to use the catalog in Zope 3. I'm writing against Zope 3.1b1. I was dismayed not to see KeywordIndex in the main catalog set, but then I found it in zope.index.keyword. But it seems

[Zope3-dev] KeywordIndex

2005-07-18 Thread Jeff Shell
I'm working on a simple application which is the first time I get to use the catalog in Zope 3. I'm writing against Zope 3.1b1. I was dismayed not to see KeywordIndex in the main catalog set, but then I found it in zope.index.keyword. But it seems to be a bit behind. I have it somewhat working thro