fq performance

2017-03-16 Thread Ganesh M
Hi, We have 1 million of documents and would like to query with multiple fq values. We have kept the access_control ( multi value field ) which holds information about for which group that document is accessible. Now to get the list of all the documents of an user, we would like to pass multip

Re: fq performance

2017-03-17 Thread Ganesh M
Pls share your valuable inputs. On Thu, Mar 16, 2017 at 6:04 PM Shawn Heisey wrote: > On 3/16/2017 6:02 AM, Ganesh M wrote: > > We have 1 million of documents and would like to query with multiple fq > values. > > > > We have kept the access_control ( multi value field ) w

Graph traversel

2017-04-21 Thread Ganesh M
Hi I am trying graph traversal based on the documentation available over here http://solr.pl/en/2016/04/18/solr-6-0-and-graph-traversal-support/ But the it's not working as expected. For this query http://localhost:8983/solr/graph/query?q=*:*&fq={!graph%20from=parent_id%20to=id}id:1 ( which i

Re: Graph traversel

2017-04-21 Thread Ganesh M
sponse":{"numFound":1,"start":0,"maxScore":1.0,"docs":[ { "id":"A"}] }} instead of "response":{"numFound":6,"start":0,"docs":[ { "id":"A" }, { "i

Re: Using multi valued field in solr cloud Graph Traversal Query

2017-04-24 Thread Ganesh M
Hi Joel, Any idea from when multi value field is supported for gatherNodes ? I am using version 6.5 ? Is it already there ? Kindly update, Ganesh On Sat, Mar 11, 2017 at 7:51 AM Joel Bernstein wrote: > Currently gatherNodes only works on single value fields. You can seed a > gatherNodes with a

Re: Poll: Master-Slave or SolrCloud?

2017-04-30 Thread Ganesh M
We use zookeeper for Hadoop / HBase and so we use same ensemble for Solr too. We are using Solr Cloud in EC2 instances with 6 collections containing 4 shards and 2 replicas. We followed the one of the blog in the internet fo

Re: SolrCloud - Sharing zookeeper ensemble with Kafka

2017-07-11 Thread Ganesh M
Even we use same zookeeper for HBase and SolrCloud with corresponding folder structure. On Tue 11 Jul, 2017 7:01 pm Joe Obernberger, wrote: > Vincenzo - we do this in our environment. Zookeeper handles, HDFS, > HBase, Kafka, and Solr Cloud. > > -Joe > > > On 7/11/2017 4:18 AM, Vincenzo D'Amore

Re: Solr client

2017-09-01 Thread ganesh m
Thank you all for the reply. I have updated the solr client list. Regards Ganesh On 31-08-2017 00:37, Leonardo Perez Pulido wrote: Hi, Apart from take a look at the Solr's wiki, I think one of the main reasons why these API's are all out dated is that Solr itself provides the 'API' to many d

Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-03 Thread Ganesh M
Hi, we are keep sending documents to Solr from our app server. Single document per request, but in parallel of 10 request hits solr cloud in a second. We could see our post request ( update request ) hitting our solr 5.4 in localhost_access logs, and it's response as 200 Ok response. And also we

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-04 Thread Ganesh M
ll keys shd be unique. Else docs having same id will be replaced. On 04-Sep-2016 12:13 PM, "Ganesh M" mailto:mgane...@live.in>> wrote: > Hi, > we are keep sending documents to Solr from our app server. Single document > per request, but in parallel of 10 request hits solr

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-04 Thread Ganesh M
r any sort of help would be very much appreciated. On Sun, Sep 4, 2016 at 12:59 PM Ganesh M mailto:mgane...@live.in>> wrote: Nitin, Thanks for reply. Our each document has unique id and its hbase rowkey id. So it will be unique only. So there is no chance of duplicates id being send.

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-04 Thread Ganesh M
ter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 4 September 2016 at 23:10, Ganesh M wrote: > > Some more information on this... Most of documents get indexed properly. > Few documents are not getting indexed. > > > > All

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-05 Thread Ganesh M
gt; > 1. Add the document > 2. Follow up by optimize in the core admin ui, > > If above works then you may need to check your commit. > > Regards, > Dheerendra > > On Sun, Sep 4, 2016 at 10:47 PM, Ganesh M > wrote: > > > Hi Alex, > > We tried to post the sam

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-05 Thread Ganesh M
Lots of > things have been fixed/improved in more recent Solr related to > multi-threaded, multi-server setups. > > Regards, >Alex. > > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 5 September

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-06 Thread Ganesh M
Hi Shawn, Good to know about this configuration in shardHandler. We will try this settings and keep you posted on status. Hopefully it resolved the issue. Regards, Ganesh On 05-Sep-2016 10:02 pm, "Shawn Heisey" wrote: > On 9/4/2016 10:02 PM, Ganesh M wrote: > > We have capt

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-06 Thread Ganesh M
Hi Shawn, Good to know about this configuration in shardHandler. We will try this settings and keep you posted on status. Hope setting changes will resolve the issue. Regards, Ganesh On 06-Sep-2016 10:32 pm, "Ganesh M" mailto:ganesh.sudhakar@gmail.com>> wrote: Hi Shaw

SUM Function performance

2016-10-22 Thread Ganesh M
Hi, We will have 10K documents for every hour. We would like to find sum on one field f1 based on certain condition and sum it based on group by another field f2 What will be the performance of it ? When this summation happens there could be other queries coming from other concurrent users. I a

Re: SUM Function performance

2016-10-23 Thread Ganesh M
Is anyone tried summation of numeric field with 10k to 100k documents very frequently and faced any performance issues ? Pls share your experience. On Sun 23 Oct, 2016 12:27 am Ganesh M, mailto:mgane...@live.in>> wrote: Hi, We will have 10K documents for every hour. We would like to find

Re: SUM Function performance

2016-10-23 Thread Ganesh M
All, Thanks for reply. Regards, Ganesh On Sun 23 Oct, 2016 7:21 pm Yonik Seeley, wrote: > No reason to think it would be a problem. 10K documents isn't very much. > -Yonik > > > On Sun, Oct 23, 2016 at 3:14 AM, Ganesh M wrote: > > Is anyone tried summation of nume

Transactions behaviour on Batch insert / update

2016-10-24 Thread Ganesh M
Hi all, We are planning to make use of batch update / insert of solr documents, with batch size of around 100 documents per batch. Bit curious on how transactions are maintained per batch. I do knew SOLR is not meant for transaction based, but want to know whether SOLR is designed to throw err

SocketException when using Solr and Tomcat

2013-02-04 Thread Ganesh M
Hi I am using Solr 4.0 and i am getting below socket exception very frequently. Could any one have any idea, why this error is generated. Tomcat is running but it it is not accepting any connection. I need to kill the process and restart tomact. INFO: Retrying request Feb 3, 2013 3:58:20 PM org