This is the type of thing that Streaming Expressions does well, but there isn't one yet for the suggester. Feel free to add a SuggestStream jira ticket, it should be very easy to add.
Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Apr 30, 2016 at 6:30 AM, Pranaya Behera <pranaya.beh...@igp.com> wrote: > Hi, > I have two collections lets name them as A and B. I want to suggester > to work on both the collection while searching on the front-end application. > In collection A I have 4 different fields. I want to use all of them for > the suggester. Shall I copy them to a new field of combined of the 4 fields > and use it on the spellcheck component and then use that field for the > suggester? > In collection B I have only 1 field. > > When user searches something in the front-end application, I would like to > show results from the both collections. Is streaming expression would be a > viable option here ? If so, how ? I couldn't find any related document for > the suggester streaming expression. If not, then how would I approach this ? >