-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support support for ngram indexer #197
Open
jomart1985
wants to merge
235
commits into
dev
Choose a base branch
from
master
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Passes -DLPP_HAVE_DLL to the compiler to actually enable LPP_BUILDING_LIB and LPPAPI which make symbols visible.
This is to allow testing with shadow builds, like done by Debian Helper.
This basically is to support proper packaging.
Otherwise (not only) dpkg-shlibdeps will complain about unresolved symbols.
Packaging
Packaging
Fix compilation under FreeBSD
- Should close all but the first SkipBuffer.
Thanks to alian555.
Alain Barbet <[email protected]>
Improved the README file's build instructions
Fix various cmake issues:
updated fpic definition
ChineseAnalyzer now supports numeric Log: Bug:
ChineseTokenizerTest unit test error caused by #160
small cmake fixes
Fix headers install, contrib headers should be installed.
Fix src/contrib/CMakeLists.txt
Fix cmake errors
weakptr 2 raw pointer move shared_ptr move shared_ptr weak_ptr 2 raw pointer shared_ptr 2 raw pointer ref, space for time shared_ptr 2 raw pointer opt query opt query fix bug: set freq value
Search performance optimization
Fix race conditions when initializing static variables. (Fix for issue #181)
Add LPPAPI to Exception Template to fix it's visibility on mac
Signed-off by: Florian Wühr <[email protected]>
Make contrib library configurable
Signed off by: Florian Wuehr <[email protected]>
Fix non symlink so issue with contrib library
Fix install path for liblucene++.pc
boost::filesystem::wpath has been deprecated (and typedef-ed to boost::filesystem::path) for a long time; it is removed from boost starting with 1.85.0-beta1. Use boost::filesystem::path instead. boost/filesystem/convenience.hpp has been removed (and was being included without being used anyway - its only use was indirectly pulling in boost/filesystem/directory.hpp, which is actually used). Include boost/filesystem/directory.hpp directly instead.
Fix build with boost 1.85.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i hope if you support support for ngram indexer