in query means the start of a phrase; for
>> example "Lucene
>> User" query is not equal to Lucene User.
>>
>> query parser thinks that after a " sign there is an other " ; EOF
>> encountered without any closing "
>>
>> peter
>>
>
point of parsing?
>> >
>> >
>> > -Original Message-
>> > From: Halacsy Piter [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, July 03, 2002 11:37 AM
>> > To: Lucene Users List
>> > Subject: RE: exception with parse & quote
>>
All luceners...
this.
String queryStr="9\" Speaker";
logger.debug("query string...queryStr=" + queryStr);
Analyzer analyzer = new StandardAnalyzer();
Query query = QueryParser.parse(queryStr, "", analyzer);
produces
query string...queryStr=9" Speaker
org.apache.lucene.queryParser.Toke
Does anyone know exactlty why when searching for a term the engine is much slower on
the first search of a term, than on subsequent searchs of the same term?
Thanks
Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at
http://www.eudoramail.com
--
To unsubscribe, e