[Lucene-users] query

2001-09-21 Thread Sameer Maggon
+(apple "steve jobs") -(banana orange pear) Can nebody explain I would like the expaination to be put in the FAQ also... If i can update it, just tell me Sameer ___ Lucene-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.n

[Lucene-users] Query

2001-09-21 Thread Sameer Maggon
hi, Can ne body tell me where can i get the whole list or grammer of the queries that i can fire to lucene I read the code and there was some grammer witten like Query = (clause)* clause = . But i tried with a , and it worked (instead of OR).. Can nebody help me Sameer _

Re: [Lucene-users] Query ParseException

2001-06-29 Thread Brian Goetz
> I get the below exception when I search for a term such as "C++". I'm > using a SimpleAnalyer to build the Query to search on plain text files. > I understand that the + and > - signs > are used to require or exclude the terms following them. How can I > force the Query to ignore them? The ol

[Lucene-users] Query ParseException

2001-06-29 Thread Ravi Damarla
Hi all: I get the below exception when I search for a term such as "C++". I'm using a SimpleAnalyer to build the Query to search on plain text files. I understand that the + and - signs are used to require or exclude the terms following them. How can I force the Query to ignore them? Thanks.