[jira] [Created] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Jose Lopez Veiga (JIRA)
Jose Lopez Veiga created PYLUCENE-34: Summary: Pylucene and multiprocessing Key: PYLUCENE-34 URL: https://issues.apache.org/jira/browse/PYLUCENE-34 Project: PyLucene Issue Type: Question

Re: [jira] [Created] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Andi Vajda
On Thu, 26 Mar 2015, Jose Lopez Veiga (JIRA) wrote: I've built a index that will be used for searching in a multiprocessing python program. When I try to search in the index, some queries are ok(first ones), but then the program is blocked in the first seconds of the execution when I use

[jira] [Resolved] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-34. Resolution: Cannot Reproduce Please use the pylucene-dev@lucene.apache.org mailing list to ask

Re: How can I create my own TokenFilter in PyLucene inherited from PythonTokenFilter

2015-03-26 Thread Andi Vajda
On Wed, 25 Mar 2015, ?? wrote: everyone: I'm developing my own Analyzer in PyLucene 4.9.0 and created a TokenFilter for CompoundTokenFilter for compound word splitting in the analyzer as the DictionaryCompoundWordTokenFilter not performing very well. DictionaryCompoundWordTokenFilter uses

Re: [jira] [Updated] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Andi Vajda
On Thu, 26 Mar 2015, Jose Lopez Veiga (JIRA) wrote: EDIT: I found that the block happend when I import nltk, only in multriprocessing. What is 'nltk' and what does it have to do with PyLucene ? Andi.. This is a reported bug? was: I've built a index that will be used for searching in a

[jira] [Updated] (PYLUCENE-34) Pylucene and multiprocessing

2015-03-26 Thread Jose Lopez Veiga (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Lopez Veiga updated PYLUCENE-34: - Description: I've built a index that will be used for searching in a multiprocessing