Skip to content Skip to sidebar Skip to footer
Showing posts with the label Full Text Search

How To Get A List Of All Tokens From Lucene 8.6.1 Index Using Pylucene?

I have got some direction from this question. I first make the index like below. import lucene from… Read more How To Get A List Of All Tokens From Lucene 8.6.1 Index Using Pylucene?

Properly Install Sqlite3 With Fts5 Support

I'm developing a Python tool which uses a sqlite3 virtual table with FTS5 (Full Text Search). I… Read more Properly Install Sqlite3 With Fts5 Support

Finding Multiple Substrings In A String Without Iterating Over It Multiple Times

I need to find if items from a list appear in a string, and then add the items to a different list.… Read more Finding Multiple Substrings In A String Without Iterating Over It Multiple Times