On Fri, Aug 10, 2012 at 1:36 PM, Jack Krupansky <j...@basetechnology.com> wrote:
> One of the ongoing potholes of Solr and Lucene is lack of full support for
> multi-word synonyms at query time. The root of the problem is twofold:
> individual terms are presented for analysis which precludes recognition of
> multi-term synonyms, and the output stream from the analyis process is a
> single, linear stream without regard to any graph/lattice structure for
> multiple synonyms.

But this is not true. PositionLengthAttribute was already added, which
makes it a graph.

-- 
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to