Re: Adding new field before import- using post.jar

2012-08-04 Thread Rajani Maski
input documents that actually have the new field values. 5. Hire a consultant. -- Jack Krupansky -Original Message- From: Rajani Maski Sent: Friday, August 03, 2012 5:37 AM To: solr-user@lucene.apache.org Subject: Adding new field before import- using post.jar Hi all

Re: Adding new field before import- using post.jar

2012-08-04 Thread Jack Krupansky
to add? This may guide the approach that you could/should take. -- Jack Krupansky -Original Message- From: Rajani Maski Sent: Friday, August 03, 2012 5:37 AM To: solr-user@lucene.apache.org Subject: Adding new field before import- using post.jar Hi all, I have xmls in a folder

Re: Adding new field before import- using post.jar

2012-08-04 Thread Rajani Maski
be accessing the three field values to add? This may guide the approach that you could/should take. -- Jack Krupansky -Original Message- From: Rajani Maski Sent: Friday, August 03, 2012 5:37 AM To: solr-user@lucene.apache.org Subject: Adding new field before import- using post.jar

Re: Adding new field before import- using post.jar

2012-08-04 Thread Jack Krupansky
Sounds like a perl script would be sufficient. -- Jack Krupansky -Original Message- From: Rajani Maski Sent: Saturday, August 04, 2012 2:23 PM To: solr-user@lucene.apache.org Subject: Re: Adding new field before import- using post.jar They are coming from text file. SolrXML input

Re: Adding new field before import- using post.jar

2012-08-04 Thread Lance Norskog
-Original Message- From: Rajani Maski Sent: Saturday, August 04, 2012 2:23 PM To: solr-user@lucene.apache.org Subject: Re: Adding new field before import- using post.jar They are coming from text file. SolrXML input documents are xmls in folder location. (To import these xmls, I

Re: Adding new field before import- using post.jar

2012-08-03 Thread Jack Krupansky
value attributes out of the schema once you have input documents that actually have the new field values. 5. Hire a consultant. -- Jack Krupansky -Original Message- From: Rajani Maski Sent: Friday, August 03, 2012 5:37 AM To: solr-user@lucene.apache.org Subject: Adding new field before

Re: Adding new field before import- using post.jar

2012-08-03 Thread Erik Hatcher
@lucene.apache.org Subject: Adding new field before import- using post.jar Hi all, I have xmls in a folder in the standard solr xml format. I was simply using SimplePostTool.java to import these xmls to solr. Now I have to add 3 new fields to each document in the xml before doing a post. What can