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

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 > >

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

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.

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

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

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