Re: Search inside grouping list

2017-05-07 Thread donjose
Could anyone can please reply for this query -- View this message in context: http://lucene.472066.n3.nabble.com/Search-inside-grouping-list-tp4333488p4333870.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Slow indexing speed when collection size is large

2017-05-07 Thread Zheng Lin Edwin Yeo
Hi Shawn, Are the two types of indexing (ERH with OCR, and indexing from a DB) happening on the same Solr server? A) Yes, they are happening on the same Solr server, but currently, only the indexing from a DB is running. Is Solr in a virtual machine? A) No Is the 384GB at the hypervisor level,

Fw: How to secure solr-6.2.0 in standalone mode?

2017-05-07 Thread FOTACHE CHRISTIAN
  Hi I'm using solr-6.2.0 in standalone and i need to setup security with kerberos (???) for standalone I have previously setup basic authentication for solr-6.1.0 but it seems that solr-6.2.0 has a pretty different approach when it comes to security... I can't make it happenPlease help

Re: JSON facet performance for aggregations

2017-05-07 Thread Yonik Seeley
OK, so I think I know what's going on. The current code is more optimized for finding the top K buckets from a total of N. When one asks to return the top 10 buckets when there are potentially millions of buckets, it makes sense to defer calculating other metrics for those buckets until we know

Re: Automatic conversion to Range Query

2017-05-07 Thread Aman Deep Singh
Yes Rick, User is actually typing this type of queries ,this was a random user query pick from access logs On 07-May-2017 7:29 PM, "Rick Leir" wrote: Hi Aman, Is the user actually entering that query? It seems unlikely. Perhaps you have a form selector for various Apple

Re: Automatic conversion to Range Query

2017-05-07 Thread Rick Leir
Hi Aman, Is the user actually entering that query? It seems unlikely. Perhaps you have a form selector for various Apple products. Could you not have an enumerated type for the products, and simplify everything? I must be missing something here. Cheers -- Rick On May 6, 2017 8:38:14 AM EDT,

Re: Slow indexing speed when collection size is large

2017-05-07 Thread Shawn Heisey
On 5/6/2017 6:49 PM, Zheng Lin Edwin Yeo wrote: > For my rich documentation handling, I'm using Extracting Request Handler, and > it requires OCR. > > However, currently, for the slow indexing speed which I'm experiencing, the > indexing is done directly from the Sybase database. I will fetch

Re: Step By Step guide to create Solr Cloud in Solr 6.x

2017-05-07 Thread Amrit Sarkar
Following up Erick's response, This particular article will help setting up Setting up Solr Cloud 6.3.0 with Zookeeper 3.4.6 Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269

Re: Automatic conversion to Range Query

2017-05-07 Thread Erik Hatcher
Fair enough indeed. And as you've experienced, that other functionality includes syntax that needs escaping. If you're using SolrJ then there's a utility method to escape characters. Erik > On May 6, 2017, at 20:53, Aman Deep Singh wrote: > > Hi Erik, >

Re: Multiple collections vs multiple shards for multitenancy

2017-05-07 Thread Chris Troullis
Thanks for the great advice Erick. I will experiment with your suggestions and see how it goes! Chris On Sun, May 7, 2017 at 12:34 AM, Erick Erickson wrote: > Well, you've been doing your homework ;). > > bq: I am a little confused on this statement you made: > > >