Solr suggester query with quotes produces different results

2017-07-01 Thread Angel Todorov
Hi guys, I have the Suggester configured using the FreeTextFactory. Noticed that if I dont use quotation marks, I only get single term results. If i use quotation marks around my query, then I only get results that are comprised of multiple terms. There is no configuration that would return both t

Re: Allow Join over two sharded collection

2017-07-01 Thread mganeshs
Hi Susheel, Currently we have around 20M documents already and we are expecting now on that every month 1M of documents. The reason why don't want to for time based implicit routing is that, all documents will end up with recent shard and so indexing will be heavy for the new shard, where as olde

Re: Allow Join over two sharded collection

2017-07-01 Thread Erick Erickson
1M docs/month shouldn't make Solr break a sweat. If it really worries you and you're indexing in a big batch, index during off hours. At very worst, if you're ingesting them all at once you might have to throttle the indexing a bit. Frankly, most of the time acquiring the documents from the system

Re: Allow Join over two sharded collection

2017-07-01 Thread Susheel Kumar
As Eric said 1docs/month isn't a big deal. I have 45+ million docs in one shard but YMMV depending on other factors. Also there is lot of confusion in the terminology. The default routing is compositeID routing. The implicit routing which Eric mentioned is the manual routing. https://issues.apa

Re: Allow Join over two sharded collection

2017-07-01 Thread Susheel Kumar
Depending on your use case people also use collection aliasing for time series data. See below https://blog.cloudera.com/blog/2013/10/collection-aliasing-near-real-time-search-for-really-big-data/ On Sat, Jul 1, 2017 at 7:13 PM, Susheel Kumar wrote: > As Eric said 1docs/month isn't a big deal.

Re: Allow Join over two sharded collection

2017-07-01 Thread Glick, David
Unsubscribe Sent from my iPhone > On Jul 1, 2017, at 8:02 PM, Susheel Kumar wrote: > > Depending on your use case people also use collection aliasing for time > series data. See below > > https://blog.cloudera.com/blog/2013/10/collection-aliasing-near-real-time-search-for-really-big-data/ >

Re: Include JSON facet inside Solr Streaming

2017-07-01 Thread Susheel Kumar
Yes. In general, any expression can be nested inside other expressions or stream sources. On Sat, Jul 1, 2017 at 1:43 AM, Zheng Lin Edwin Yeo wrote: > Is it possible to do a Join (Eg: hashJoin, innerJoin) on the facet stream > expression? > > Regards, > Edwin > > On 1 July 2017 at 03:30, Susheel

Re: Include JSON facet inside Solr Streaming

2017-07-01 Thread Zheng Lin Edwin Yeo
Ok,thank you. Regards, Edwin On 2 July 2017 at 08:41, Susheel Kumar wrote: > Yes. In general, any expression can be nested inside other expressions or > stream sources. > > On Sat, Jul 1, 2017 at 1:43 AM, Zheng Lin Edwin Yeo > wrote: > > > Is it possible to do a Join (Eg: hashJoin, innerJoin)

Re: Unique() metrics not supported in Solr Streaming facet stream source

2017-07-01 Thread Zheng Lin Edwin Yeo
Will try to do it if I have the time. Regards, Edwin On 30 June 2017 at 01:23, Erick Erickson wrote: > Can you work up a patch if it's a priority for you? > > Best, > Erick > > On Thu, Jun 29, 2017 at 8:51 AM, Zheng Lin Edwin Yeo > wrote: > > Hi Joel, > > > > Thanks for your reply. > > > > Hop