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 said
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
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 in
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 interpret the
text as
having multiple values and
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 jus
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