Re: [VOTE] Release PyLucene 4.4.0-1

2013-08-22 Thread Eric Hall
On Tue, Aug 20, 2013 at 07:06:06AM -0400, Michael McCandless wrote: +1 to release; I smoke tested by indexing first 100K docs of a Wikipedia English export and running a few searches, on OS X. I was able to build PyLucene 4.4.0-1 on OS X 10.8.4 with system python and java 1.6, all

Re: Using IndexWriter.commit(MapString,String commitUserData) in pylucene

2011-01-21 Thread Eric Hall
On Wed, Jan 19, 2011 at 07:15:11PM -0800, Andi Vajda wrote: On Wed, 19 Jan 2011, Eric Hall wrote: On Wed, Jan 19, 2011 at 11:05:28AM -0800, Andi Vajda wrote: On Wed, 19 Jan 2011, Eric Hall wrote: Tha HashMap()... method works fine for storing the metadata, and luke shows

Re: Using IndexWriter.commit(MapString,String commitUserData) in pylucene

2011-01-19 Thread Eric Hall
On Wed, Jan 19, 2011 at 11:05:28AM -0800, Andi Vajda wrote: On Wed, 19 Jan 2011, Eric Hall wrote: I'd like to store some index metadata using IndexWriter.commit(MapString,String commitUserData) I've set up a python dict with string to string mappings, but if I use

Using IndexWriter.commit(MapString,String commitUserData) in pylucene

2011-01-19 Thread Eric Hall
Hello- I'd like to store some index metadata using IndexWriter.commit(MapString,String commitUserData) I've set up a python dict with string to string mappings, but if I use that I get an InvalidArgsError. Is there a different python type to use in this call?