I ended up copying the source field to another which seems to have fixed the
problem...I still have so much to learn about when it comes to using Solr...

Thanks for all the great feedback,
Adam

On Thu, Dec 9, 2010 at 11:03 PM, Erick Erickson <erickerick...@gmail.com>wrote:

> Hmmm, you say you "get an error i your app". I'm a bit confused. Is
> this before you try to send it to Solr or as a result of sending it to
> Solr?
> If the latter, I'd wager source is required in your schema and  you're not
> sending it in your document. Try instrumenting your app to check
> that every outgoing document has a value....
>
> If that's irrelevant, can we see your schema file?
>
> You can send as many documents in a packet as you want.
>
> Best
> Erick
>
> On Thu, Dec 9, 2010 at 3:23 PM, Adam Estrada
> <estrada.adam.gro...@gmail.com>wrote:
>
> > All,
> >
> > I am indexing RSS feeds from several sources so I have a couple
> questions.
> >
> > 1. There is only 1 source for each RSS feed which is typically the name
> of
> > the feed, I get an error in my app stating "
> > *Value cannot be null.
> > Parameter name: source*
> > I look at the index in Luke and there are data values in there. Any ideas
> > on
> > why my app would be throwing that?
> >
> > 2. I would like to ingest several feeds at a time. What is the proper way
> > to
> > define them in a the XML config file? Can I have two <document> tags in
> > there or am I limited to just one?
> >
> > Adam
> >
>

Reply via email to