Discussion:
[jira] [Created] (PYLUCENE-34) Pylucene and multiprocessing
Jose Lopez Veiga (JIRA)
2015-03-26 12:55:53 UTC
Permalink
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
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor


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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene?

Thank you for your help.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Jose Lopez Veiga (JIRA)
2015-03-26 14:29:53 UTC
Permalink
[ 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 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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.

Thank you for your help.

was:
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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene?

Thank you for your help.
Post by Jose Lopez Veiga (JIRA)
Pylucene and multiprocessing
----------------------------
Key: PYLUCENE-34
URL: https://issues.apache.org/jira/browse/PYLUCENE-34
Project: PyLucene
Issue Type: Question
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Jose Lopez Veiga (JIRA)
2015-03-26 16:53:55 UTC
Permalink
[ https://issues.apache.org/jira/browse/PYLUCENE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jose Lopez Veiga updated PYLUCENE-34:
-------------------------------------
Issue Type: Bug (was: Question)
Post by Jose Lopez Veiga (JIRA)
Pylucene and multiprocessing
----------------------------
Key: PYLUCENE-34
URL: https://issues.apache.org/jira/browse/PYLUCENE-34
Project: PyLucene
Issue Type: Bug
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Jose Lopez Veiga (JIRA)
2015-03-26 16:55:53 UTC
Permalink
[ 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 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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.

Thank you for your help.

EDIT: I found that the block happend when I import nltk, only in multriprocessing.

This is a reported bug?

was:
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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.

Thank you for your help.
Post by Jose Lopez Veiga (JIRA)
Pylucene and multiprocessing
----------------------------
Key: PYLUCENE-34
URL: https://issues.apache.org/jira/browse/PYLUCENE-34
Project: PyLucene
Issue Type: Bug
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
EDIT: I found that the block happend when I import nltk, only in multriprocessing.
This is a reported bug?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Andi Vajda
2015-03-26 17:57:38 UTC
Permalink
Post by Jose Lopez Veiga (JIRA)
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..
Post by Jose Lopez Veiga (JIRA)
This is a reported bug?
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
Post by Jose Lopez Veiga (JIRA)
Pylucene and multiprocessing
----------------------------
Key: PYLUCENE-34
URL: https://issues.apache.org/jira/browse/PYLUCENE-34
Project: PyLucene
Issue Type: Bug
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
EDIT: I found that the block happend when I import nltk, only in multriprocessing.
This is a reported bug?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Jose Lopez Veiga (JIRA)
2015-03-26 16:55:53 UTC
Permalink
[ 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 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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.

Thank you for your help.

EDIT: I found that the block happend when I import nltk, only in multriprocessing.

is this a reported bug?

was:
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 QueryParser.parse or IndexSearcher.search

I tried all that I can think off but or the program is blocked or I get errors

What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.

Thank you for your help.

EDIT: I found that the block happend when I import nltk, only in multriprocessing.

This is a reported bug?
Post by Jose Lopez Veiga (JIRA)
Pylucene and multiprocessing
----------------------------
Key: PYLUCENE-34
URL: https://issues.apache.org/jira/browse/PYLUCENE-34
Project: PyLucene
Issue Type: Bug
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
EDIT: I found that the block happend when I import nltk, only in multriprocessing.
is this a reported bug?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Andi Vajda (JIRA)
2015-03-26 17:56:01 UTC
Permalink
[ 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
Post by Jose Lopez Veiga (JIRA)
Pylucene and multiprocessing
----------------------------
Key: PYLUCENE-34
URL: https://issues.apache.org/jira/browse/PYLUCENE-34
Project: PyLucene
Issue Type: Bug
Environment: pylucene 4.10, java 7, python 2.7.9, jcc 2.21, OS Mac
Reporter: Jose Lopez Veiga
Priority: Minor
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
What is the best way to use multiprocessing and pylucene? I can't find a example or tutorial about this.
Thank you for your help.
EDIT: I found that the block happend when I import nltk, only in multriprocessing.
is this a reported bug?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Andi Vajda
2015-03-26 17:56:40 UTC
Permalink
Post by Jose Lopez Veiga (JIRA)
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 QueryParser.parse or IndexSearcher.search
I tried all that I can think off but or the program is blocked or I get errors
Without telling us what you tried or what the actual errors are, there is
very little I can do to help.

Andi..
Post by Jose Lopez Veiga (JIRA)
What is the best way to use multiprocessing and pylucene?
Thank you for your help.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Loading...