-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xapian_wrap.cpp: adapt word break flags to Xapian API change
Xapian development version 1.5 changed the flag names of CJK word break segmentation. This patch adapst our Xapian wrapper to use the new names but keeps falling back using the previous ones for older installations. Note that this only matters when using any of the 1.5 development versions, the flag names are not part of any stable Xapian API so far. See xapian/xapian@13295e9 Signed-off-by: Robert Stepanek <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
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
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