[ http://issues.apache.org/jira/browse/LUCENE-518?page=comments#action_12369918 ]
Randy Puttick commented on LUCENE-518: -------------------------------------- What you say would make sense if you thought that queries would contain several synonyms. All my experience says that they don't; a person tends to use one synonym and it's the task of the search engine to make sure this matches synonymous terms in the documents (of course I come from a world where default boolean query is conjunctive so you'd never get any hits if you added a pile of synonyms into the query). > document field lengths count analyzer synonym overlays > ------------------------------------------------------ > > Key: LUCENE-518 > URL: http://issues.apache.org/jira/browse/LUCENE-518 > Project: Lucene - Java > Type: Bug > Components: Index > Versions: 1.9 > Environment: N/A > Reporter: Randy Puttick > > Using a synonym expansion analyzer to add tokens with zero offset from the > substituted token should not extend the length of the field in the document > (for scoring purposes) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]