+(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
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
_
> 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
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.