[pylucene-dev] Re: PyLucene-JCC on OS X 10.5 (Intel Mac Pro)

Andi Vajda vajda at osafoundation.org
Mon Nov 12 19:33:37 PST 2007


On Mon, 12 Nov 2007, Bill Janssen wrote:

> So, where do values like Field.Store.YES wind up?
>
> When I import lucene.Field.Store, I can't find it.

As before, and as in Java Lucene, Store is an inner class of Field.
Importing lucene.Field is enough to use Field.Store. Field is not a module.
Just as in old PyLucene.

Andi..


More information about the pylucene-dev mailing list