|
From: Pankaj J. <pan...@gm...> - 2010-10-21 13:50:17
|
The _*.h files are not supposed to be shipped in the release package. But _Term.h file is included in CLucene/search/Query.h to make use of class Term_UnorderedCompare. Either we should move Term_UnorderedCompare to Term.h or we should have an alternative in Query.h. Clients using "clucene" get error "include file _Term.h not found" when they include Query.h. -- Regards Pankaj |