rmuir commented on PR #12169: URL: https://github.com/apache/lucene/pull/12169#issuecomment-1449923913
From what I can tell, this probably shouldnt be an analyzer at all. Seems it only works at query-time and will simply do the wrong thing at index-time. The attempted boost manipulation by an *analyzer* is what gives you the hint that the design is wrong. I think what it is doing is more like query expansion, where it formulates query directly. Then there is no need to mess around with any boostattribute or anything like that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org