Re: New user question: How to show all stored fields in a result

2007-09-11 Thread melkink
Erik Hatcher wrote: melkink - are you using solr-ruby? If so, that bug has been fixed in later versions ;) Erik Erik, Indeed I am! Thanks for letting me know that there's a new version available that fixes this bug. Like I said I'm a bit of noob when it comes to both

Re: New user question: How to show all stored fields in a result

2007-09-11 Thread Erik Hatcher
On Sep 11, 2007, at 5:13 PM, melkink wrote: Erik Hatcher wrote: melkink - are you using solr-ruby? If so, that bug has been fixed in later versions ;) Erik Erik, Indeed I am! Thanks for letting me know that there's a new version available that fixes this bug. Like I

Re: New user question: How to show all stored fields in a result

2007-09-10 Thread melkink
Well, I figured out my problem. User error of course ;-) I was processing documents in two separate steps. The first step added the id and the doctext fields. The second step did an update to add the metadata. I didn't realize that an update command replaced the whole document rather than

Re: New user question: How to show all stored fields in a result

2007-09-10 Thread Erik Hatcher
On Sep 10, 2007, at 3:07 PM, Mike Klaas wrote: On 10-Sep-07, at 11:54 AM, melkink wrote: The other change I made (which may or may not have contributed to the solution) was to remove all line breaks from the text being submitted to the doctext field. The line breaks were causing solr to

New user question: How to show all stored fields in a result

2007-09-07 Thread melkink
Hello Solr Folks, I'm a new solr user and I'm running into a frustrating problem. I'm sure it's a simple solution I just don't have the experience with solr to know the correct way around it. I currently have approximately 600 documents stored and indexed in solr. Each document has some level