Re: to reduce indexing time

2014-03-05 Thread Shawn Heisey
On 3/5/2014 2:58 PM, Toby Lazar wrote: OK, I was using HttpSolrServer since I haven't yet migrated to CloudSolrServer. I added the line: solrServer.setRequestWriter(new BinaryRequestWriter()) after creating the server object and now see the difference through wireshark. Is it fair to assu

Re: to reduce indexing time

2014-03-05 Thread Toby Lazar
OK, I was using HttpSolrServer since I haven't yet migrated to CloudSolrServer. I added the line: solrServer.setRequestWriter(new BinaryRequestWriter()) after creating the server object and now see the difference through wireshark. Is it fair to assume that this usage is multi-thread safe?

Re: to reduce indexing time

2014-03-05 Thread Shawn Heisey
On 3/5/2014 2:31 PM, Toby Lazar wrote: I believe SolrJ uses XML under the covers. If so, I don't think you would improve performance by switching to SolrJ, since the client would convert it to XML before sending it on the wire. Until recently, SolrJ always used XML by default for requests and

Re: to reduce indexing time

2014-03-05 Thread Toby Lazar
time required for my indexing good enough? I dont know about > > the > > ideal timings. > > I think that my indexing is taking more time. > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391p4121483.html > > > > Sent from the Solr - User mailing list archive at Nabble.com. > > > > > >

Re: to reduce indexing time

2014-03-05 Thread Ahmet Arslan
e collection. Thanks a lot, all of you. > > But, is the time required for my indexing good enough? I dont know about > the > ideal timings. > I think that my indexing is taking more time. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.

Re: to reduce indexing time

2014-03-05 Thread Toby Lazar
dont know about > the > ideal timings. > I think that my indexing is taking more time. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391p4121483.html > > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: to reduce indexing time

2014-03-05 Thread Ahmet Arslan
about JVM Garbage collection. Thanks a lot, all of you. But, is the time required for my indexing good enough? I dont know about the ideal timings. I think that my indexing is taking more time. -- View this message in context: http://lucene.472066.n3.nabble.com/to-reduce-indexing-time

Re: to reduce indexing time

2014-03-05 Thread sweety
I will surely read about JVM Garbage collection. Thanks a lot, all of you. But, is the time required for my indexing good enough? I dont know about the ideal timings. I think that my indexing is taking more time. -- View this message in context: http://lucene.472066.n3.nabble.com/to-reduce

Re: to reduce indexing time

2014-03-05 Thread Greg Walters
ry usage to change, if the data to be indexed is same? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391p4121441.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: to reduce indexing time

2014-03-05 Thread sweety
memory usage to change, if the data to be indexed is same? -- View this message in context: http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391p4121441.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: to reduce indexing time

2014-03-05 Thread Shawn Heisey
On 3/5/2014 7:47 AM, sweety wrote: > Before indexing , this was the memory layout, > > System Memory : 63.2% ,2.21 gb > JVM Memory : 8.3% , 81.60mb of 981.38mb > > I have indexed 700 documents of total size 12MB. > Following are the results i get : > Qtime: 8122, System time : 00:00:12.7318648 >

Re: to reduce indexing time

2014-03-05 Thread Ahmet Arslan
, if softcommit is done, then faceting cannot be done on the data?? -- View this message in context: http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391.html Sent from the Solr - User mailing list archive at Nabble.com.

to reduce indexing time

2014-03-05 Thread sweety
indexing. Is it true that, if softcommit is done, then faceting cannot be done on the data?? -- View this message in context: http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391.html Sent from the Solr - User mailing list archive at Nabble.com.