So I am using the MultiFieldQueryParser in Lucene 3.0.2, and I have given it multiple fields. I want to find out which field matched the query; I searched on here, and one user said there is absolutely no way to do this. Is this really true? If so, can anyone recommend a way around this or another system that would allow me to do this?
I can put the entire document in one field, "contents" for example, but I think this makes the problem even worse.
I want to query a database with, for example, Brad, and see whether the query came from a movie name, an actor's name, a director's name, etc. etc.
Thank you