StoreField with long value using python3

2021-04-20 Thread antony
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/

RE: debug logging / trace logging for Lucene?

2009-04-07 Thread Antony Joseph
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

debug logging / trace logging for Lucene?

2009-04-07 Thread Antony Joseph
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

RE: Problem while installing the pylucene2.4.0 in linux

2009-03-30 Thread Antony Joseph
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

Problem while installing the pylucene2.4.0 in linux

2009-03-28 Thread Antony Joseph
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

pylucene crash on win 2003.

2009-03-25 Thread Antony Joseph
h JCC 2.0 Turbogears 1.0.8 Any help is greatly appreciated Thanks in advance. Thanks, Antony -- DigitalGlue, India