Solr-Jetty Request handling

2013-04-14 Thread hupadhyay
I am using solr4.0 with jetty server.when i am posting a query to the solr,which is off course large (not too much) but solr server prints following:2013-04-15 10:15:22.600:WARN:oejh.HttpParser:Full [1160919745,-1,m=4,g=6144,p=6144,c=6144]= Same query works fine with solrj client.More over i have h

Re: multicore vs multi collection

2013-03-28 Thread hupadhyay
Does that means i can create multiple collections with different configurations ? can you please outline basic steps to create multiple collections,cause i am not able to create them on solr 4.0 -- View this message in context: http://lucene.472066.n3.nabble.com/multicore-vs-multi-collection-t

RE: Solr 4.0 NRT Search

2013-01-02 Thread hupadhyay
, hupadhyay wrote: > I was reading a solr wiki located at > http://wiki.apache.org/solr/NearRealtimeSearch > > It says all commitWithin are now soft commits. > > can any one explain what does it means? Soft commit means that the documents indexed before the soft commit will become s

Solr 4.0 NRT Search

2013-01-01 Thread hupadhyay
I was reading a solr wiki located at http://wiki.apache.org/solr/NearRealtimeSearch It says all commitWithin are now soft commits. can any one explain what does it means? Does It means commitWithin will not cause a hard commit? Moreover that wiki itself is insufficient,as feature is NRT. can a

Solrcloud Relication issue

2012-12-23 Thread hupadhyay
Hi all, I am using *solrcloud, 2 shard 2 replica* configuration. I am importing data into solr index using jdbc data source and solr DIH.My problem is when there are only shard nodes are up , no replica is up and i am importing data into solr and then i start replica nodes to replicate the index.

Re: hot shard concept

2012-11-01 Thread hupadhyay
Shawn this seems to be a great implementation work. I am also trying to do something similar. But i am planning to use SolrCloud which manages shards and replication automatically,pls make me correct if i am wrong. I had explored mongoDB and cassandra too and mongoDB was fair enough to be used, b

Re: Modelling Access Control

2012-11-01 Thread hupadhyay
Hello All, I am also trying to model ACL on solr search. Since in my case the data itself is very huge and user base is also too big. Putting ACL inside solr gives quite good response time, but ACL outside the solr seems to a nightmare. In case of ACL inside the solr puts heavy load on keeping so