-
Notifications
You must be signed in to change notification settings - Fork 69
Add support for FT.ALTER #28
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
ea41f88
Add schema add and MAXTEXTFIELD support
felixls 1df27b3
Fix the problem that the parameters LANGUAGE is not supported in the …
5e9b094
[add] testing for the query serialize method
f0362cd
Merge pull request #29 from bingeng99/feature/language
filipecosta90 f05c46b
[add] added IF {condition} to FT.ADD API
filipecosta90 6df6eae
Merge pull request #33 from RediSearch/replace.partial
filipecosta90 b96444b
[add] support for FT.SUGLEN, FT.SUGDEL. Included default options for …
filipecosta90 fcc6707
[merge] merged with master
filipecosta90 db9fc01
[add] improved spellcheck coverage
filipecosta90 dd1a63a
[add] enable LOAD parameter on FT.AGGREGATE command
filipecosta90 14ebde9
Merge pull request #37 from RediSearch/ft.aggregate.load
filipecosta90 54ac477
[add] added supported commands table to Readme
filipecosta90 77d272d
Merge pull request #38 from RediSearch/documentation
filipecosta90 ff7fae8
Update client.go
gkorland 5e0163d
move from garyburd to gomodule
gkorland 35d3f5d
Fix build
gkorland 9613a4f
Merge pull request #45 from RediSearch/redigo
gkorland 2778128
fix bug aggregate and fix bug limit
0369d52
[add] extended tests for Paging serialize()
filipecosta90 5e45a0a
[add] extended coverage for document.go
filipecosta90 7c3434d
[add] added spellcheck test file
filipecosta90 6df0c36
[add] no breaking changes on autocompleter
filipecosta90 dc05944
[add] fixed conflicts
filipecosta90 e9ef654
[add] fixed merge conflicts and prunned code
filipecosta90 c07c79e
[add] prunning changes
filipecosta90 f8833ae
[add] prunning changes
filipecosta90 84903f5
[add] Updated Readme with new supported commands
filipecosta90 dc65c2d
[add] support for FT.GET and FT.MGET
filipecosta90 78cab8d
[fix] fixed TestClient_Get
filipecosta90 a198e9c
[add] add support for FT.DICTADD FT.DICTDEL and FT.DICTDUMP
filipecosta90 e97368c
[add] added support for FT.ALIASADD, FT.ALIASUPDATE, FT.ALIASDEL
filipecosta90 31029bc
[add] updated Readme with Alias supported commands
filipecosta90 e440655
Merge pull request #46 from mriskyp/fix_bug_redisearch
filipecosta90 2ad24bb
Merge branch 'master' of https://github.com/RediSearch/redisearch-go …
filipecosta90 5cfa76b
[add] added test for FT.AGGREGATE reply parsing. (quick refactoring i…
filipecosta90 b7769b1
Merge branch 'master' into ft.sug.refactor
filipecosta90 522e62a
Merge pull request #48 from RediSearch/extend.coverage
gkorland 9e484b4
[add] added missing inline docs
filipecosta90 09c668e
Merge branch 'master' into ft.sug.refactor
filipecosta90 c5e3c09
[fix] fixed conflicts on test files
filipecosta90 f5e7755
[add] added missing inline documents for Single Document Indexing Opt…
filipecosta90 82d2f33
[fix] moved IndexingOptions( represent the options for indexing a sin…
filipecosta90 8e48e5d
Merge pull request #36 from RediSearch/ft.sug.refactor
gkorland 9817666
Support FT.CONFIG command
dengliming 910ef02
Merge pull request #50 from dengliming/master
filipecosta90 531d81d
Support FT.TAGVALS command
dengliming 809e4da
Merge pull request #53 from dengliming/f_get_tagvals
filipecosta90 7ccd0b5
Update README.md (#54)
dengliming a595a0d
Shared pool among clients and fixed pool resources release (#51)
filipecosta90 76b1c66
Support FT.SYNADD FT.SYNUPDATE FT.SYNDUMP commands (#55)
dengliming b4cac87
Support FT.ADDHASH command (#62)
dengliming 42408e1
NewSchema fix and extended testing for SerializeSchema (#58)
filipecosta90 216ad27
Support GeoField GEOFILTER FILTER (#63)
dengliming 9e670fa
Update README.md
gkorland 20b650b
Merge branch 'master' of https://github.com/Felixls/redisearch-go int…
filipecosta90 4ea6536
Merge branch 'Felixls-master'
filipecosta90 4a6e496
[add] updated CI rules
filipecosta90 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.