Re: Streaming expression for suggester

2016-05-02 Thread Pranaya Behera
I cant return other fields in the response if I use SuggestComponent ? On Monday 02 May 2016 08:13 AM, Joel Bernstein wrote: Sure take a look at the RandomStream. You can copy the basic structure of it but have it work with the suggester. The link below shows the test cases as well: https://git

Re: Streaming expression for suggester

2016-05-01 Thread Joel Bernstein
Sure take a look at the RandomStream. You can copy the basic structure of it but have it work with the suggester. The link below shows the test cases as well: https://github.com/apache/lucene-solr/commit/7b5f12e622f10206f3ab3bf9f79b9727c73c6def Joel Bernstein http://joelsolr.blogspot.com/ On Sun

Re: Streaming expression for suggester

2016-05-01 Thread Pranaya Behera
Hi Joel, If you could point me in the right direction I would like to take shot. On Sunday 01 May 2016 10:38 PM, Joel Bernstein wrote: 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 ti

Re: Streaming expression for suggester

2016-05-01 Thread Joel Bernstein
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 wrote: > Hi, >

Streaming expression for suggester

2016-04-30 Thread Pranaya Behera
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