This has been raised in JIRA: https://issues.apache.org/jira/browse/LUCENENET-32
There is a suggested fix you may want to try, comment on whether it works for you. Regards, Doug On Wed, 2007-03-07 at 14:27 -0800, Kyong Kwak wrote: > I'm creating a QueryParser and calling the .Parse() method with say.. > "world world" > > it's creating TWO clauses of the same key.. so that when I call > .ExtractTerms() i keep getting duplicate key errors on the hashtable... > > any thoughts?? banging my head!! am i doing something wrong? do i > need a different analyzer? i'm using the standard analyzer.. > with the operator as "AND" > > thank you!! >
