What if I need to search for synonyms, but synonyms can be expanded to phrases of several words? For example, user enters query "tcp", then my application should also find documents containing phrase "Transmission Control Protocol". And conversely, user enters "Transmission Control Protocol", then my application should also find documents with word "tcp".
It seems like Lucene does not support this scenario out of the box. Then where to look for the solution? What Lucene extensions/classes/interfaces should I investigate? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]