Nope - I made the schema change and then indexed all of my content. I can confirm that the URL string is included, cause when I change my schema back to have both stored and indexed, it shows the URL data in the search results. When I change it to stored and not indexed, no data is returned.
Andrew ________________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Yonik Seeley [EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 1:41 PM To: solr-user@lucene.apache.org Subject: Re: Retrieving a non-indexed but stored field On Wed, Nov 5, 2008 at 11:47 AM, Andrew Nagy <[EMAIL PROTECTED]> wrote: > Sorry for the late follow-up. I am doing this, but get nothing back. Did you change the field to "stored" in the schema after you added the document? I've never seen anyone having this problem, so perhaps verify that you are actually sending the url field when indexing. -Yonik