Problem 1:
Files in directory can't be indexed. glimpseindex (Chinese or other double bits languages in files)
Cause:
Lxr consider more than 10% non-ascii characters in a file as a binary file in default, so many double bits charcters in the text file will cause it can't be indexed.
Solution :you can change the function test_binary in simpletest.c to enhance the default value
Problem2:
Encounter "Unexpected returnvalue 2 from Glimpse" error when searching in freetext page
Cause:
index file .glimpse_index can't be read
Solution:
run: chmod 744 .glimpse_index