Re: adding a field to every document

2007-03-13 Thread Daniel Noll
I'd like to add a field to every document in an index... that I'd rather not rebuild from scratch (yet). This is behind Solr (so a ParallelReader won't work without core modifications, right?). Is there a way I could create an index with the same number of documents and only the new fie

adding a field to every document

2007-03-13 Thread Erik Hatcher
I'd like to add a field to every document in an index... that I'd rather not rebuild from scratch (yet). This is behind Solr (so a ParallelReader won't work without core modifications, right?). Is there a way I could create an index with the same number of documents and only the new field