[pylucene-dev] Field.Unstored - Where is it?
Andi Vajda
vajda at osafoundation.org
Fri Nov 16 12:29:33 PST 2007
On Fri, 16 Nov 2007, João Rodrigues wrote:
> I'm following the book Lucene in Action and I'm having some issues. When
> trying to use the method Unstored (or the Text method) of Field, through
> Field.Unstored, it gives me the "no such argument" error. I'm asking the
> PyLucene.Field.Unstored method, but is there anywhere else I should look for
> it?
You're using an old, deprecated Lucene API.
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/document/Field.html
In other words, use Field.Store.NO.
Andi..
More information about the pylucene-dev
mailing list