Re: Is it possibily to dynamically/programmatically add new fields

2007-10-23 Thread Erik Hatcher
On Oct 23, 2007, at 5:43 AM, Karen Loughran wrote: Is there a way in Solr to programmatically add new fields (named and dynamic) so that they don't have to be defined statically within "schema.xml" ? You can define field(s) with an asterisk in them like this: stored="true"/> Such t

Is it possibily to dynamically/programmatically add new fields

2007-10-23 Thread Karen Loughran
Hi there, Is there a way in Solr to programmatically add new fields (named and dynamic) so that they don't have to be defined statically within "schema.xml" ? thanks Karen