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"

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 exa

Lucene handling of duplicate terms

2013-09-05 Thread Kristofer Karlsson
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 with the term "foo" in both field A and B, or have two terms "foo" in the sa