Inheritance heirarchy in the contrib-queryparser package

2012-01-04 Thread 1983-01-06
Hi folks, I was recommended to use PrecedenceQueryParser if I want boolean precedence in my queries. While examining this class, I have noticed that it and its super class do not extend the QueryParser but have a separate implementation/hierarchy. All other parsers in that package do extend the

Boolean OR does not work as described

2012-01-03 Thread 1983-01-06
Hi folks, I have a query result problem I do not understand. The documentation for Lucene 3.2 query syntax says the following about boolean OR queries: "The OR operator links two terms and finds a matching document if either of the terms exist in a document. This is equivalent to a union using

Boolean OR does not work as described

2012-01-03 Thread 1983-01-06
Hi folks, I have a query result problem I do not understand. The documentation for Lucene 3.2 query syntax says the following about boolean OR queries: "The OR operator links two terms and finds a matching document if either of the terms exist in a document. This is equivalent to a union using

Boolean OR does not work as described

2012-01-03 Thread 1983-01-06
Hi folks, I have a query result problem I do not understand. The documentation for Lucene 3.2 query syntax says the following about boolean OR queries: "The OR operator links two terms and finds a matching document if either of the terms exist in a document. This is equivalent to a union using