On 12/5/06, Andrew Nagy <[EMAIL PROTECTED]> wrote:
Hello, I am new to SOLR but very excited for it's possibilities.

I am having some difficulties with my data import which I hope can be
solved very easily.
First I wrote an xslt to transform my xml into the solr schema and
modified the schema.xml to match the fields that I created.  I then ran
the post.sh on my 492,000 records that I have.  Near the end of the
process the records stopped being added due to a memory heap error.  I
obviously maxed the allotted memory for the import.  Next time I will
import less at a time!

Yeah, committing more frequently should help this case.

I then posted a commit statement.  I went to my solr admin site and
looked at the statistics.  It said 372,000 records (roughly) were stored
and 1 commit.  I tried to do a search but no matter what I search for I
get 0 results.  I even tried title:"the" (assuming it is not blocking
the stop word, it should return something!).

The schema in the example does include a stop word filter--are you
sure that you aren't blocking stop words?

-MIke

Reply via email to