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

search demo crash on windows #195

Closed tqfso closed 1 year ago

tqfso commented 1 year ago

I tested on WINDOWS, VS2019, BOOST 1.7.0, and crashed when I exited the test function. Further tracking found that a crash occurred when the function "stringValue" of Field object was called.

image