Re: relation among Terms included in Query

2009-12-28 Thread Smith G
Hi, Thank you very much.. that should help.. meanwhile I run cases and write again if I get stuck once more in the same context. Thanks 2009/12/28 AHMET ARSLAN : >> Hello All, >>             I have observed >> extractTerms() in the class >> org.apache.lucene.search.Query which returns set

Re: relation among Terms included in Query

2009-12-28 Thread AHMET ARSLAN
> Hello All, >             I have observed > extractTerms() in the class > org.apache.lucene.search.Query which returns set of terms > extracted > from user input query. Is there any chance of getting the > connecting-operator between all those terms. for example.. > Term1 OR > Term2 AND Term3 .. 

relation among Terms included in Query

2009-12-28 Thread gudumba l
Hello All, I have observed extractTerms() in the class org.apache.lucene.search.Query which returns set of terms extracted from user input query. Is there any chance of getting the connecting-operator between all those terms. for example.. Term1 OR Term2 AND Term3 ..or Term1 AND Te