Re: Collapsing similar queries

2013-07-19 Thread Jack Krupansky
To: solr-user@lucene.apache.org Subject: Collapsing similar queries Hi, Are there any known good tools or approaches to "collapsing queries". For example, imagine 4 original queries: * big house * big houses * the big house * bigger house ...and all 4 being reduced/collapsed to just "bi

Collapsing similar queries

2013-07-19 Thread Otis Gospodnetic
Hi, Are there any known good tools or approaches to "collapsing queries". For example, imagine 4 original queries: * big house * big houses * the big house * bigger house ...and all 4 being reduced/collapsed to just "big house". What might be some good approached for doing this? 1) stem them all