On Thu, Jul 24, 2008 at 1:24 PM, dudes dudes <[EMAIL PROTECTED]> wrote:
> > hi, > thanks for your response and suggestions. > > I can get all the facet working now if I issue: > > > http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck.q=smath&spellcheck=true&rows=0&facet=true&facet.limit=-1&facet.field=lastname > > The above statement retrieves all the last-names and facet them, but since > Smith was miss-spelled as smath, therefore it says > < int name = "smith "> 0 > > what I would like to achieve is to type smath , solr corrects it to smith > and also facet it to something like this ( at the same time): > > < int name = "smith "> 2 > > can this be done in one go ? or the end user has to decide the suggestions > and then solr facets them ? No, you must issue another request to get the updated facet counts and search results. -- Regards, Shalin Shekhar Mangar.