etc.
Otis
- Original Message
From: Enzo Michelangeli <[EMAIL PROTECTED]>
To: java-dev@lucene.apache.org
Sent: Sunday, October 15, 2006 12:14:51 AM
Subject: Multiple-field queries
I need to be able to search over multiple fields at the same time. The
suggestions I have seen so f
Aad Nales wrote:
Perhaps i misunderstand but it seems to me that if you execute the add
with two times a false value you will end up with the required result.
(content:test) (filename:test)
which is equivalent to your requested query.
hope this helps,
Aad Nales
Gusenbauer Stefan wrote:
Hello,
at
Perhaps i misunderstand but it seems to me that if you execute the add
with two times a false value you will end up with the required result.
(content:test) (filename:test)
which is equivalent to your requested query.
hope this helps,
Aad Nales
Gusenbauer Stefan wrote:
Hello,
at the moment i cann
Hello,
at the moment i cannot search through the mailinglist archives so i will
bother you. I will search over multiple fields for example content and
filename. The MultiFieldQueryParser is not applicable for me so i create
the query syntax programmatically. The querystring is parsed with the
Q