On Nov 1, 2009, at 1:20 AM, AHMET ARSLAN wrote:
Hi
How do I restrict hits to documents containing all words
(regardless of order) of a query in particular field?
Suppose I have two documents with a field called name in my
index:
doc1 => name: Pink
doc2 => name: Pink Floyd
When querying for
On Sun, Nov 1, 2009 at 3:33 AM, Magnus Eklund wrote:
> Hi
>
> How do I restrict hits to documents containing all words (regardless of
> order) of a query in particular field?
>
> Suppose I have two documents with a field called name in my index:
>
> doc1 => name: Pink
> doc2 => name: Pink Floyd
>
> Hi
>
> How do I restrict hits to documents containing all words
> (regardless of order) of a query in particular field?
>
> Suppose I have two documents with a field called name in my
> index:
>
> doc1 => name: Pink
> doc2 => name: Pink Floyd
>
> When querying for "Pink" I want only doc1 and