Re: SolrSchema Fields Dynamically

2007-09-14 Thread Ed Summers
You might find the dynamic fields useful. From the schema.xml: So you could have a document like: Ed Summers Library of Congress without having to explicitly name these fields in the schema.xml. Does that help at all? //Ed

SolrSchema Fields Dynamically

2007-09-14 Thread Venkatraman S
Hi, I am new to Solr and am trying to implementing a solution for indexing and searching using Embedded Solr. However, i have a query w.r.t SolrSchema : How do i generate the schema fields programatically, instead of defining them in the schema.xml ? Regards, Venkat [apologies for sending a WIP

SolrSchema Fields Dynamically

2007-09-14 Thread Venkatraman S
Hi, I am new to Solr and am t -- Blog @ http://blizzardzblogs.blogspot.com