-
Notifications
You must be signed in to change notification settings - Fork 26
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 Groonga 5.1.2 and 6.0.0 #116
Comments
Needless APIs: 5.1.2
6.0.0
|
Thanks! First, I'll try to bind |
|
Should we call |
I listed "needless" API. You should not bind |
Oh... I was wrong. I understand "needless". |
GitHub: #116 TODO: Add multiple indexes test.
To bind the following functions: * grn_config_cursor_open() * grn_config_cursor_next() * grn_config_cursor_get_key() * grn_config_cursor_get_value() GitHub: #116
よく見たら外部には公開されていなかった。 |
I don't know how to bind for users... |
It's difficult for me... A draft API that I thougt:
Note: http://groonga.org/ja/docs/reference/commands/select.html#query-expander |
FYI: "I don't know ..." sounds negligent. |
We skip to bind it in this release. |
It should be |
I understand. I'm writing the 6.0.0 release entry. |
Thanks! |
Can we close this? Rroonga 6.0.0 has already released. |
I think we can't close this issue because some items will be supported in the next release. |
Is |
If we use |
Added APIs
5.1.2
grn_hash_size()
GRN_HASH_TINY
grn_dump_table_create_flags()
grn_dump_column_create_flags()
grn_plugin_get_names()
grn_column_get_all_index_data()
grn_config_get()
(renamed fromgrn_conf_get()
)grn_config_set()
(renamed fromgrn_conf_set()
)grn_config_delete()
grn_config_cursor_open()
grn_config_cursor_next()
grn_config_cursor_get_key()
grn_config_cursor_get_value()
GRN_CURSOR_CONFIG
grn_get_global_error_message()
6.0.0
grn_pat_fuzzy_search()
grn_table_fuzzy_search()
GRN_OP_FUZZY
GRN_TABLE_FUZZY_SEARCH_WITH_TRANSPOSITION
GRN_TOKENIZE_ONLY
grn_obj_type_to_string()
grn_expr_syntax_expand_query()
The text was updated successfully, but these errors were encountered: