Re: Using IndexWriter.commit(Map commitUserData) in pylucene

2011-01-24 Thread Eric Hall
Sadly this appears to have been a case of PEBKAC or PICNIC, looks like I had a typo in the names of the index with the metadata in it and an older one w/o the metadata. Sorry for the annoyance. Using reader.getCommitUserData() is working just fine, I'm able to retrieve the metada

Re: Using IndexWriter.commit(Map commitUserData) in pylucene

2011-01-24 Thread Andi Vajda
On Mon, 24 Jan 2011, Eric Hall wrote: Sadly this appears to have been a case of PEBKAC or PICNIC, looks like I had a typo in the names of the index with the metadata in it and an older one w/o the metadata. Sorry for the annoyance. Using reader.getCommitUserData() is working jus