> I need to know how to achieve more accurates queries (like > the example below...) using these filters.
do you want that all terms - you search - must appear in returned documents? You can change default operator of QueryParser to AND. either in schema.xml or appending &q.op=AND you your search url. I am assuming you are not using dismax.