Hi Michael,
if I understand your questions correctly - feels like I must have missed
something - here is what can do to achieve what you want:
index these fields:
to
from
content
subject
all (includes text from all the above 4 fields)
and use "all" as your default search field. Then when you
: One final note, it may be much easier for you to throw all the
: fields into a single uber-field and search that rather than implement
: all four separate clauses, but it's a trade off between simplicity and
: size.
this would be a very simple way to get the behavior you describe straight
f
I don't believe there's anything built into Lucene that helps you out here
because you're really saying "do special things for my problem space
in these situations".
So about the only thing you can do that I know of is to construct the
query yourself by making a series of additions to BooleanQuer