RE: exception with parse & quote

2002-07-03 Thread a person
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 >> >

RE: exception with parse & quote

2002-07-03 Thread a person
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 >>

exception with parse & quote

2002-07-03 Thread a person
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

term search speeds

2002-05-01 Thread a person
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