Lucene supporting boosting of terms in a query which will increase it relative weighting in the search results, but this is not supported on a index level.
So you could get the users query and add a boost factor to those fields you want to have higher relevancy. There has been some discussion on how to do this at the indexing level, but nothing has started yet. --Peter On 6/21/02 11:39 AM, "Mike Tinnes" <[EMAIL PROTECTED]> wrote: > > Hey all, is there any method that allows for the weighting of indexed fields? > I'd like to implement a web search in which keywords occuring in certain > elements (title, heading, metatags) score higher than others (body, links, > etc). > > Thanks, Mike > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
