Re: Adding field to solr dynamically

2013-10-15 Thread Mysurf Mail
Thanks. On Sun, Oct 13, 2013 at 4:18 PM, Jack Krupansky wrote: > Either simply use a dynamic field, or use the Schema API to add a static > field: > https://cwiki.apache.org/**confluence/display/solr/**Schema+API > > Dynamic fields (yo

Re: Adding field to solr dynamically

2013-10-13 Thread Jack Krupansky
Either simply use a dynamic field, or use the Schema API to add a static field: https://cwiki.apache.org/confluence/display/solr/Schema+API Dynamic fields (your nominal field name plus a suffix that specifies the type and muliplicity - as detailed in the Solr example schema) may be good enough