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!!
