o, do you have
> the same version of C++, make, JAVA 1.8, Ant, python3 on both machines?
> ANT_HOME, JAVA_HOME, JCC_JDK are set and also added to path?
> jcc/setup.py has the right path settings?
>
> Regards
> Bernd
>
>
> Am 24.10.2017 um 09:18 schrieb Amin Farajian:
> &g
uld be either enter a space before PRIxMAX.
> sprintf(buffer, "%0*" PRIxMAX, (int) hexdig, hash);
> or try with
> sprintf(buffer, "%08x", (int) hexdig, hash);
>
> Regards
> Bernd
>
>
> Am 23.10.2017 um 18:21 schrieb Amin Farajian:
> > Hi all,
>
Hi all,
I recently moved to python3, so I'm trying to install the recent version of
Pylucene (version 6.5.0) which is compatible with python3.
But, to install the jcc I get the following error which I have no idea why
it occurs:
jcc3/sources/jcc.cpp: In function ‘PyObject* t_jccenv_strhash(PyObj
Hi all,
I am quite new to the Lucene world and recently started using its python
wrapper (PyLucence) in my project.
So far, I have been using the token based querying method which works fine.
But, now I want to modify the querying approach as the following:
- Given the query string
- extr