> Hello All, > I have been > trying to find out the right place to parse > the query submitted. To be brief, I need to expand the > query. For > example.. let the query be > city:paris > then I would like to expand the query as .. follows > city:paris OR place:paris OR town:paris . > > I guess the synonym support is > provided only for values but not > field names.
Why not use DisMaxRequestHandler? "...search for the individual words across several fields..." http://wiki.apache.org/solr/DisMaxRequestHandler