Re: solr 4.x reindexing issues

2014-03-25 Thread Ravi Solr
Sorry Guys, really apologize for wasting your time...bone headed coding on my part. Did not set the rows and start to correct values for proper pagination so it was getting the same 10 docs every single time. Thanks Ravi Kiran Bhaskar On Tue, Mar 25, 2014 at 3:50 PM, Ravi Solr wrote: > I just

Re: solr 4.x reindexing issues

2014-03-25 Thread Ravi Solr
I just tried even reading from one core A and indexed it into core B and the same issue still persists. On Tue, Mar 25, 2014 at 2:49 PM, Lan wrote: > Ravi, > > It looks like you are re-indexing data by pulling data from your solr > server > and then indexing it back to the same server. I can th

Re: solr 4.x reindexing issues

2014-03-25 Thread Lan
Ravi, It looks like you are re-indexing data by pulling data from your solr server and then indexing it back to the same server. I can think of many things that could go wrong with this setup. For example are all your fields stored? Since you are iterating through all documents on the solr server

Re: solr 4.x reindexing issues

2014-03-25 Thread Ravi Solr
Iam also seeing the following in the log. Is it really commiting ??? Now I am totally confused about how solr 4.x indexes. My relavant update config is as shown below 1 100 12 false [#|2014-03-25T13:44:03.765-0400|INFO|glassfish3.1.2|javax.enterprise.s

Re: solr 4.x reindexing issues

2014-03-25 Thread Ravi Solr
Thank you very much for responding Mr. Høydahl. I removed the recursion which eliminated the stack overflow exception. However, I still encountering my main problem with the docs not getting indexed in solr 4.x as I mentioned in my original email. The reason I am reindexing is that with solr 4.x En

Re: solr 4.x reindexing issues

2014-03-25 Thread Jan Høydahl
Hi, Seems you try to reindex from one server to the other. Be aware that it could be easier for you to simply copy the whole index folder over to your 4.6.1 server and start Solr as it will be able to read your 3.x index. This is unless you also want to do major upgrades of your schema or upda