> Short answer: it depends.
>
> Questions for you to answer:
> What field type and analyzer did you use during indexing? What
> analyzer used with QueryParser? What does the generated Query.toString
> return?
in both cases SimpleAnalyzer
QueryParser.parse("\"abc\"") throws an exception and i can't see what does
Query.toString return in this case
what analizer should i use if i want to execute folowing queries:
simple key word seach (+bush -president , etc)
range queries including " characters in searching values
thank you
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]