GitHub user nwellnhof opened a pull request:
https://github.com/apache/lucy/pull/28
Adjust for changes to ByteBuf and CharBuf API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nwellnhof/lucy bytebuf-api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy/pull/28.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #28
----
commit d6fdddb0d4fa626c82c2a50bad04165c5f4b4d66
Author: Nick Wellnhofer <[email protected]>
Date: 2015-09-26T22:22:12Z
Rewrite TextTermStepper
Switch type of ivars->value from CharBuf to String.
Before:
ivars->value => CharBuf
ivars->string => String
After:
ivars->value => String
ivars->charbuf => CharBuf
Only accept Strings in Set_Value and Write_Key_Frame (which erroneously
assumed CharBufs before) and optimize accordingly.
Only accept CharBufs in Write_Delta for now.
commit ca73413a9a96f3bed1963320326544f396670892
Author: Nick Wellnhofer <[email protected]>
Date: 2015-11-10T12:27:21Z
Switch PostingPool and TextTermStepper over to ByteBufs
commit e306700c71a9d8790c09be6e158683b304fcdc4d
Author: Nick Wellnhofer <[email protected]>
Date: 2015-11-10T12:33:54Z
Use ByteBuf in S_extract_tv_cache
commit dfb8f335a520ef34b232756b383218bd906d043e
Author: Nick Wellnhofer <[email protected]>
Date: 2015-11-10T12:35:14Z
Switch over to CB_Clear
commit c45db63a5a6845bbe6353866c064927d0be39067
Author: Nick Wellnhofer <[email protected]>
Date: 2015-11-10T12:45:21Z
Only use CB_new constructor
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---