[sorry if this double posts -- I got an error on sending so I'm trying it again..]
I'm storing the page content in a "string" in Solr -- for display later. I'm indexing that content into a text field (text_en_splitting) for full-text searching. I'm getting an error on the "string" portion, but perhaps it is coming from the copy that I have that pushes the "content" field to a "text" field that I use for a full text search. I'm not familiar with the update request processor, and I don't think I want to just truncate the whole field to a set length. Is there somewhere I can read up on the update request processor? I already have a program that I'm using to push documents into Solr, so writing a script wouldn't help -- unless it is something that I can include in my current program. I'm also having trouble making sense of the error -- I don't see any errant UTF 8 characters, and the page doesn't appear to have any when I check it out in a browser. It's all pretty basic text & URLs. -- Chris