Re: dynamic field assignments

2014-05-15 Thread John Thorhauer
Chris, Thanks so much for the suggestion. I will look into this approach. It looks very promising! John On Mon, May 5, 2014 at 9:50 PM, Chris Hostetter wrote: > > : My understanding is that DynamicField can do something like > : FOO_BAR_TEXT_* but what I really need is *_TEXT_* as I might ha

Re: dynamic field assignments

2014-05-05 Thread Chris Hostetter
: My understanding is that DynamicField can do something like : FOO_BAR_TEXT_* but what I really need is *_TEXT_* as I might have : FOO_BAR_TEXT_1 but I also might have WIDGET_BAR_TEXT_2. Both of those : field names need to map to a field type of 'fullText'. I'm pretty sure you can get what you

Re: dynamic field assignments

2014-04-25 Thread Jack Krupansky
Krupansky -Original Message- From: John Thorhauer Sent: Friday, April 25, 2014 7:49 AM To: solr-user@lucene.apache.org Subject: Re: dynamic field assignments Jack, Thanks for your help. Reading your last paragraph, how is that any different than exactly what DynamicField actually

Re: dynamic field assignments

2014-04-25 Thread John Thorhauer
Jack, Thanks for your help. > Reading your last paragraph, how is that any different than exactly what > DynamicField actually does? My understanding is that DynamicField can do something like FOO_BAR_TEXT_* but what I really need is *_TEXT_* as I might have FOO_BAR_TEXT_1 but I also might have

Re: dynamic field assignments

2014-04-25 Thread Jack Krupansky
ist, but it is not a substitute for professional review. -- Jack Krupansky -Original Message- From: John Thorhauer Sent: Friday, April 25, 2014 7:10 AM To: solr-user@lucene.apache.org Subject: dynamic field assignments I have a scenario where I would like dynamically assign incoming do

dynamic field assignments

2014-04-25 Thread John Thorhauer
I have a scenario where I would like dynamically assign incoming document fields to two different solr schema fieldTypes. One fieldType will be an exact match fieldType while the other will be a full text fieldType. I know that I can use the dynamicField to assign fields using the asterisk in a n