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
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