Looking for pylucene tutorial [closed]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I finally was able to install the latest version of pylucene, though I'm not able to locate tutorials or examples on how to do some basic funtionalities like indexing, specifying the query and retrieving documents.
pylucene
closed as off-topic by snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody Mar 20 at 22:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I finally was able to install the latest version of pylucene, though I'm not able to locate tutorials or examples on how to do some basic funtionalities like indexing, specifying the query and retrieving documents.
pylucene
closed as off-topic by snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody Mar 20 at 22:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I finally was able to install the latest version of pylucene, though I'm not able to locate tutorials or examples on how to do some basic funtionalities like indexing, specifying the query and retrieving documents.
pylucene
I finally was able to install the latest version of pylucene, though I'm not able to locate tutorials or examples on how to do some basic funtionalities like indexing, specifying the query and retrieving documents.
pylucene
pylucene
asked Nov 23 '18 at 6:32
NotraNotra
141
141
closed as off-topic by snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody Mar 20 at 22:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody Mar 20 at 22:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – snakecharmerb, DanielBarbarian, b.enoit.be, Dillon Davis, Henry Woody
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
According to the official Apache Lucene website: "PyLucene is a Python extension for accessing Java LuceneTM. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene..." - so I would suggest you to learn Lucene API in Java.
In addition, the official site also offers PyLucene samples:
https://lucene.apache.org/pylucene/features.html
Finally, I would recommend you to consider using PySolr / Solr instead of PyLucene / Lucene, as discussed and answered in another post: https://stackoverflow.com/a/15706624/9263939
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to the official Apache Lucene website: "PyLucene is a Python extension for accessing Java LuceneTM. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene..." - so I would suggest you to learn Lucene API in Java.
In addition, the official site also offers PyLucene samples:
https://lucene.apache.org/pylucene/features.html
Finally, I would recommend you to consider using PySolr / Solr instead of PyLucene / Lucene, as discussed and answered in another post: https://stackoverflow.com/a/15706624/9263939
add a comment |
According to the official Apache Lucene website: "PyLucene is a Python extension for accessing Java LuceneTM. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene..." - so I would suggest you to learn Lucene API in Java.
In addition, the official site also offers PyLucene samples:
https://lucene.apache.org/pylucene/features.html
Finally, I would recommend you to consider using PySolr / Solr instead of PyLucene / Lucene, as discussed and answered in another post: https://stackoverflow.com/a/15706624/9263939
add a comment |
According to the official Apache Lucene website: "PyLucene is a Python extension for accessing Java LuceneTM. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene..." - so I would suggest you to learn Lucene API in Java.
In addition, the official site also offers PyLucene samples:
https://lucene.apache.org/pylucene/features.html
Finally, I would recommend you to consider using PySolr / Solr instead of PyLucene / Lucene, as discussed and answered in another post: https://stackoverflow.com/a/15706624/9263939
According to the official Apache Lucene website: "PyLucene is a Python extension for accessing Java LuceneTM. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene..." - so I would suggest you to learn Lucene API in Java.
In addition, the official site also offers PyLucene samples:
https://lucene.apache.org/pylucene/features.html
Finally, I would recommend you to consider using PySolr / Solr instead of PyLucene / Lucene, as discussed and answered in another post: https://stackoverflow.com/a/15706624/9263939
answered Mar 20 at 14:41
BerkozBerkoz
436
436
add a comment |
add a comment |