RE: DynamicField and FacetFields..

2007-12-01 Thread Jeryl Cook
fixed, i had a typo...may want to delete my post( i want to :P .) Jeryl Cook > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: DynamicField and FacetFields.. > Date: Sat, 1 Dec 2007 14:21:12 -0500 > > Question: > I need to dynamically data to SOL

DynamicField and FacetFields..

2007-12-01 Thread Jeryl Cook
Question: I need to dynamically data to SOLR, so I do not have a "predefined" list of field names... so i use the dynamicField option in the schma and match approioate datatype.. in my schema.xml Then programatically my code ... document.addField( dynamicFieldName + "_s", dynamicFieldValue