I know I can, during search, specify a "boost factor" to a term as described in http://lucene.apache.org/java/2_4_0/queryparsersyntax.html.
My question is: Can I provide Lucene with a predefined table of relevance?
For instance, I could say that "chair" and "table" are relevant words with a boost factor of 4 and all subsequent searches would respect that.