luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

is multithreading supported? #191

Open jjYBdx4IL opened 1 year ago

jjYBdx4IL commented 1 year ago

Does this library support multithreading?

I want to embed it into a boost-beast-asio-http-server and I wonder to what extent I need to synchronize access to an index or to the embedded lib's functions.