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
> Are you committing? You have to commit for them to be actually added…. If DIH says it did not add any documents ("added 0 documents") committing won't help. Likely, there is a problem with the mapping between DIH and the schema so that none of the fields make it into the index. We would need

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

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
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. Otis -- Lucene Consulting -- http://lucene-consulting.com/ - Original Message From: James liu <[EMAIL PROTECTED]> To: solr-user@lucene.apache