A phrase query with slop scores matching documents higher when the
terms are closer together.

"a b c"~10000

-Yonik

On 1/10/06, Eric Jain <[EMAIL PROTECTED]> wrote:
> Is there an efficient way to determine if two or more terms frequently
> appear next to each other sequence? For a query like:
>
> a b c
>
> one or more of the following suggestions could be generated:
>
> "a b c"
> "a b" c
> a "b c"
>
> I could of course just run a search with all possible combinations, but
> perhaps there is a better way?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to