ate)
doc = Document()
doc.add(LongPoint('cdatetime', cdate))
doc.add(StoredField('cdatetime', cdate))
print(2, doc)
writer.addDocument(doc)
writer.commit()
writer.close()
Output:
1, cdate = 202104202312
2, Document
*stored*>
Thanks,
Antony
--
Sent from: http://pylucene-users-developers-list.2474766.n2.nabble.com/
h JCC 2.0
Turbogears 1.0.8
Any help is greatly appreciated
Thanks in advance.
Thanks,
Antony
--
DigitalGlue, India
Hello,
I'm building pylucene from source on Ubuntu 8.10. While doing JCC, the
python setup.py build worked fine. However
while installing the process gets stuck and exits as below. Any ideas for a
workaround?
Thanks,
Antony
$ sudo python setup.py install
running install
ru
86.egg/lucene/_
_init__.py", line 7, in
import _lucene
ImportError: dynamic module does not define init function (init_lucene)
>>>
Any idea, how can I resolve this import error problem ?
Antony
ant...@antony-laptop:~/python/PyLucene-2.4.0-2-sh/jcc$ sudo python setup.py
buil
Hi,
In a long running process Lucene get crashed in my application, Is there any
way to diagnose or how can I turn on debug logging / trace logging for
Lucene?
Antony
--
DigitalGlue, India
Thanks
-Original Message-
From: Andi Vajda [mailto:va...@apache.org]
Sent: Tuesday, April 07, 2009 11:01 PM
To: pylucene-dev@lucene.apache.org
Subject: Re: debug logging / trace logging for Lucene?
On Tue, 7 Apr 2009, Antony Joseph wrote:
> In a long running process Lucene get cras