Re: Match all terms in doc

2009-11-03 Thread Magnus Eklund
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

Re: Match all terms in doc

2009-11-02 Thread Shalin Shekhar Mangar
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 >

Re: Match all terms in doc

2009-10-31 Thread AHMET ARSLAN
> 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