Re: strange MultiFieldQueryParser error: java.lang.Integer

2007-08-03 Thread Luca Rondanini
Sometimes I feel stupid! ;) Thank you very much! Luca testn wrote: Boost must be Map Luca123 wrote: Hi all, I've always used the MultiFieldQueryParser class without problems but now i'm experiencing a strange problem. This is my code: Map boost = new HashMap(); boost.put("field1",5); boos

Re: strange MultiFieldQueryParser error: java.lang.Integer

2007-08-03 Thread testn
Boost must be Map Luca123 wrote: > > Hi all, > I've always used the MultiFieldQueryParser class without problems but > now i'm experiencing a strange problem. > This is my code: > > Map boost = new HashMap(); > boost.put("field1",5); > boost.put("field2",1); > > Analyzer analyzer = new Standa