Hi,
Hi Joe,
It might be possible when you append the restriction before parsing the
user query with the QueryParser, but I'm not sure. I recommend first
parsing the query, and then constructing a BooleanQuery with the parsed
user query and the e-mail term both as must.
yes thats the idea.
Another approach would be
to use a QueryFilter. Using a QueryFilter might be the best solution
here because the filter is cached, and hence applies very fast on
subsequent searches.
Ok, i will try it out with Queryfilter.
Thx everybody.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]