Re: strange copied field problem

2011-09-22 Thread Chris Hostetter
: No probs. I would still hope someone would comment on you thread with : some expert opinions about making a copy of a copy :) https://wiki.apache.org/solr/SchemaXml#Copy_Fields "The copy is done at the stream source level and no copy feeds into another copy." If solr tried to

Re: strange copied field problem

2011-09-21 Thread Pulkit Singhal
No probs. I would still hope someone would comment on you thread with some expert opinions about making a copy of a copy :) On Wed, Sep 21, 2011 at 1:38 PM, Tanner Postert wrote: > sure enough that worked. could have sworn we had it this way before, but > either way, that fixed it. Thanks. > > On

Re: strange copied field problem

2011-09-21 Thread Tanner Postert
sure enough that worked. could have sworn we had it this way before, but either way, that fixed it. Thanks. On Wed, Sep 21, 2011 at 11:01 AM, Tanner Postert wrote: > i believe that was the original configuration, but I can switch it back and > see if that yields any results. > > > On Wed, Sep 21,

Re: strange copied field problem

2011-09-21 Thread Tanner Postert
i believe that was the original configuration, but I can switch it back and see if that yields any results. On Wed, Sep 21, 2011 at 10:54 AM, Pulkit Singhal wrote: > I am NOT claiming that making a copy of a copy field is wrong or leads > to a race condition. I don't know that. BUT did you try to

Re: strange copied field problem

2011-09-21 Thread Pulkit Singhal
I am NOT claiming that making a copy of a copy field is wrong or leads to a race condition. I don't know that. BUT did you try to copy into the text field directly from the genre field? Instead of the genre_search field? Did that yield working queries? On Wed, Sep 21, 2011 at 12:16 PM, Tanner Post

strange copied field problem

2011-09-21 Thread Tanner Postert
i have 3 fields that I am working with: genre, genre_search and text. genre is a string field which comes from the data source. genre_search is a text field that is copied from genre, and text is a text field that is copied from genre_search and a few other fields. Text field is the default search