Re: Solr Index problem

2012-08-24 Thread Michael Della Bitta
Have you investigated the logs of your servlet container? There's probably some explanation for why the documents weren't submitted in there. Michael Della Bitta Appinions | 18 East 41st St., Suite 1806 | New York, NY 10017 www.appinions.com Where

Re: Solr Index problem

2012-08-24 Thread Chantal Ackermann
he index. We would need the DIH and the schema file, as Andy pointed out already. Cheers, Chantal > > -Original Message- > From: ranmatrix S [mailto:ranmat...@gmail.com] > Sent: Thursday, August 23, 2012 5:46 PM > To: solr-user@lucene.apache.org > Subject: Solr Inde

RE: Solr Index problem

2012-08-23 Thread Swati Swoboda
Are you committing? You have to commit for them to be actually added -Original Message- From: ranmatrix S [mailto:ranmat...@gmail.com] Sent: Thursday, August 23, 2012 5:46 PM To: solr-user@lucene.apache.org Subject: Solr Index problem Hi, I have setup Solr to index data from Oracle

Re: Solr Index problem

2012-08-23 Thread Andy Lester
On Aug 23, 2012, at 4:46 PM, ranmatrix S wrote: > The schema and fields in db-data-config.xml are one and the same. Please attach or post both the schema and the DIH config XML files so we can see them. The DIH can be pretty tricky. You say you can see 9 records are returned back. How do yo

Solr Index problem

2012-08-23 Thread ranmatrix S
Hi, I have setup Solr to index data from Oracle DB through DIH handler. However through Solr admin I could see the DB connection is successfull, data retrieved from DB to Solr but not added into index. The message is that "0 documents added" even when I am able to see that 9 records are returned b

Re: solr index problem

2007-07-18 Thread James liu
I correct it,,,i index 17M docs. not 1.7M,,,so OutOfMemory happen when it finish index ~11.3m docs It is new index. i think it maybe the reason: On 7/18/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Why? Too small of a Java heap. :) > Increase the size of the Java heap and lower the maxBu

Re: solr index problem

2007-07-18 Thread Mike Klaas
On 18-Jul-07, at 2:58 PM, Yonik Seeley wrote: On 7/18/07, Mike Klaas <[EMAIL PROTECTED]> wrote: Could happen when doDeleting the pending docs too. James: try sending commit every 500k docs or so. Hmmm, right... some of the memory usage will be related to the treemap keeping track of delete

Re: solr index problem

2007-07-18 Thread Yonik Seeley
On 7/18/07, Mike Klaas <[EMAIL PROTECTED]> wrote: On 18-Jul-07, at 11:47 AM, Yonik Seeley wrote: > On 7/18/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: >> Why? Too small of a Java heap. :) >> Increase the size of the Java heap and lower the maxBufferedDocs >> number in solrconfig.xml and the

Re: solr index problem

2007-07-18 Thread Mike Klaas
On 18-Jul-07, at 11:47 AM, Yonik Seeley wrote: On 7/18/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Why? Too small of a Java heap. :) Increase the size of the Java heap and lower the maxBufferedDocs number in solrconfig.xml and then try again. If it only happens after a lot of docs, it'

Re: solr index problem

2007-07-18 Thread Yonik Seeley
On 7/18/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Why? Too small of a Java heap. :) Increase the size of the Java heap and lower the maxBufferedDocs number in solrconfig.xml and then try again. If it only happens after a lot of docs, it's probably not maxBufferedDocs, but when a big lui

Re: solr index problem

2007-07-18 Thread Otis Gospodnetic
r-user@lucene.apache.org Sent: Wednesday, July 18, 2007 4:50:58 AM Subject: solr index problem when i index 1.7m docs and 4k-5k per doc. OutOfMemory happen when it finish index ~1.13m docs I just restart tomcat , delete all lock and restart do index. No error or warning infor until it finish. anyone know w

solr index problem

2007-07-17 Thread James liu
when i index 1.7m docs and 4k-5k per doc. OutOfMemory happen when it finish index ~1.13m docs I just restart tomcat , delete all lock and restart do index. No error or warning infor until it finish. anyone know why? or have the same error? -- regards jl