I have a Lucene indexed corpus of more than 1 million documents. I am searching for named entities such as "Susan Witting" by using the the Lucene java API for queries. I would like to expand my queries by also searching for "Sue Witting" for example but would like that term to have a lower weight than the main query term.
How can I go about doing that? I found infos about the boosting option in the Lucene Manual. But it seems to be set at indexing and it needs fields.