You want the lucene-queryparser jar.  From trunk MIGRATE.txt:

* LUCENE-3283: Lucene's core o.a.l.queryParser QueryParsers have been 
consolidated into module/queryparser,
  where other QueryParsers from the codebase will also be placed.  The 
following classes were moved:
  - o.a.l.queryParser.CharStream -> o.a.l.queryparser.classic.CharStream
  - o.a.l.queryParser.FastCharStream -> o.a.l.queryparser.classic.FastCharStream
  - o.a.l.queryParser.MultiFieldQueryParser -> 
o.a.l.queryparser.classic.MultiFieldQueryParser
  - o.a.l.queryParser.ParseException -> o.a.l.queryparser.classic.ParseException
  - o.a.l.queryParser.QueryParser -> o.a.l.queryparser.classic.QueryParser
  - o.a.l.queryParser.QueryParserBase -> 
o.a.l.queryparser.classic.QueryParserBase
  - o.a.l.queryParser.QueryParserConstants -> 
o.a.l.queryparser.classic.QueryParserConstants
  - o.a.l.queryParser.QueryParserTokenManager -> 
o.a.l.queryparser.classic.QueryParserTokenManager
  - o.a.l.queryParser.QueryParserToken -> o.a.l.queryparser.classic.Token
  - o.a.l.queryParser.QueryParserTokenMgrError -> 
o.a.l.queryparser.classic.TokenMgrError


-----Original Message-----
From: Benson Margulies [mailto:bimargul...@gmail.com] 
Sent: Monday, March 05, 2012 11:15 AM
To: java-user@lucene.apache.org
Subject: Re: What replaces IndexReader.openIfChanged in Lucene 4.0?

To reduce noise slightly I'll stay on this thread.

I'm looking at this file, and not seeing a pointer to what to do about 
QueryParser. Are jar file rearrangements supposed to be in that file?
I think that I don't have the right jar yet; all I'm seeing is the 'surround' 
package.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to