Re: [Multiple] RSS Feeds and Source Field

2010-12-09 Thread Adam Estrada
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 wrote: > Hmmm, you say you "get an error i your app".

Re: [Multiple] RSS Feeds and Source Field

2010-12-09 Thread Erick Erickson
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 out

Re: [Multiple] RSS Feeds and Source Field

2010-12-09 Thread Adam Estrada
In Luke I looked at the available fields and term counts per field and there is a "source" field without an asterisk beside it. The source value is CNN.com which is what I would expect it to be. I still get a null value in my app which is probably a bug somewhere in my application. Any more of you

Re: [Multiple] RSS Feeds and Source Field

2010-12-09 Thread Jonathan Rochkind
You look at what index in Luke? I bet you $10 there is no index called "source*" in your index. With an asterisk in it. On 12/9/2010 3:23 PM, Adam Estrada 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

[Multiple] RSS Feeds and Source Field

2010-12-09 Thread Adam Estrada
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 val