PossitionIndex (was: Re: [Zope-dev] ZCatalog phrase indexingrevisited)

Chris McDonough chrism@digicool.com
Sat, 16 Jun 2001 05:58:42 -0400


Erik Enge wrote:
> 
> On Fri, 15 Jun 2001, Chris McDonough wrote:
> 
> > Once you're satisfied with the implementation, would you be willing
> > submit the module to the collector?
> 
> Will do.  Have you thought about how users actually are to use
> exact-phrase?  What I'm thinking I will do here (currently I've only been
> testing explicitly with "adjoinedby" in the query) is to insert
> "adjoinedby" in phrased searches:
> 
>         "erik enge"    -> erik adjoinedby enge
>         erik ... enge  -> erik near enge
> 
> What do you think?

These both look like good spellings, and I think "erik near enge" would
be a good alias for "erik ... enge" as well..

- C