synhershko / clucene

Mirror of CLucene 2.3.2's development master branch. CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++. Read more at http://clucene.sourceforge.net/.
https://sourceforge.net/projects/clucene/
Other
102 stars 45 forks source link

updated SearchFiles.cpp #1

Open Aaditrii opened 4 years ago

Aaditrii commented 4 years ago

If you see the third commit,if the string to be searched in a file is Abc ,then the program changed the string to abc and then gave the result , but this problem has been fixed and now the result comes on the basis of original string Abc.