Re: Lucene handling of duplicate terms

2013-09-05 Thread Kristofer Karlsson
On Thu, Sep 5, 2013 at 3:40 PM, Toke Eskildsen wrote: > On Thu, 2013-09-05 at 09:28 +0200, Kristofer Karlsson wrote: > > For an example, I may have a million documents with just the term "foo" > in > > field A, and one particular document with the term "foo" in both field A > > and B, or have two

Re: Lucene handling of duplicate terms

2013-09-05 Thread Toke Eskildsen
On Thu, 2013-09-05 at 09:28 +0200, Kristofer Karlsson wrote: > For an example, I may have a million documents with just the term "foo" in > field A, and one particular document with the term "foo" in both field A > and B, or have two terms "foo" in the same field. > > If I search for "foo foo" I w

Re: Lucene handling of duplicate terms

2013-09-05 Thread Kristofer Karlsson
On Thu, Sep 5, 2013 at 9:46 AM, Adrien Grand wrote: > Hi, > > On Thu, Sep 5, 2013 at 9:28 AM, Kristofer Karlsson > wrote: > > I have a use case where some of my documents have duplicate terms in > > various fields or within the same field. > > > > For an example, I may have a million documents w

Re: Lucene handling of duplicate terms

2013-09-05 Thread Adrien Grand
Hi, On Thu, Sep 5, 2013 at 9:28 AM, Kristofer Karlsson wrote: > I have a use case where some of my documents have duplicate terms in > various fields or within the same field. > > For an example, I may have a million documents with just the term "foo" in > field A, and one particular document wit