On 5/4/07, escher2k <[EMAIL PROTECTED]> wrote:
(2) Is it possible to force Lucene to treat a multiword (e.g. Ruby on Rails) as one word ? I am not sure if there is a mechanism to do this by creating a special text file (like the one that exists for synonyms for instance) ?
Solr's SynonymFilter can handle multi-token synonyms. That can be used for things like Ruby on Rails. -Yonik