Skip to content
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

remove Advanced() method from scorch #1511

Merged
merged 2 commits into from
Dec 3, 2020

Conversation

mschoch
Copy link
Member

@mschoch mschoch commented Dec 2, 2020

after the API is updated, scorch no longer requires
this useless method to satisfy the interface

after the API is updated, scorch no longer requires
this useless method to satisfy the interface
@mschoch
Copy link
Member Author

mschoch commented Dec 2, 2020

NOTE: this will fail until the API changes are merged and adopted

@mschoch mschoch merged commit 4ebfc67 into relocate-upsidedown-stores Dec 3, 2020
@mschoch mschoch deleted the remove-scorch-advanced branch December 3, 2020 16:51
mschoch added a commit that referenced this pull request Dec 3, 2020
* relocate store pkg inside upsidedown

since kvstores are a concept unique to the upsidedown index
implementation, the store folder should be relocated inside
of that package

* remove Advanced() method from scorch (#1511)

* remove Advanced() method from scorch

after the API is updated, scorch no longer requires
this useless method to satisfy the interface

* update to latest apis
mschoch added a commit that referenced this pull request Dec 3, 2020
* update Advanced() method

at the top-level of bleve, Advanced no longer knows about
K/V stores, instead it only returns reference to the internal
index implementation.

this will allow us to remove the Advanced() method from the
internal index implementation.

NOTE: users who previously needed to access the underlying
K/V store, will still be able to do so, but must first
type assert that the internal index impl is
*UpsideDownCouch and if it is, they can use that Advanced()
method directly

* relocate store pkg inside upsidedown (#1510)

* relocate store pkg inside upsidedown

since kvstores are a concept unique to the upsidedown index
implementation, the store folder should be relocated inside
of that package

* remove Advanced() method from scorch (#1511)

* remove Advanced() method from scorch

after the API is updated, scorch no longer requires
this useless method to satisfy the interface

* update to latest apis
mschoch added a commit that referenced this pull request Jan 12, 2021
* refactor to remove circular deps

* reduce index and segment API surface area

* update Advanced() method (#1509)

* relocate store pkg inside upsidedown (#1510)

* remove Advanced() method from scorch (#1511)

* remove use of dump methods from index reader (#1516)

* remove remaining blevex imports (#1520)

* update analysis.TokenFrequency to use options (#1522)

* switch default index to scorch with latest zap (#1528)

* MatchOperator should be that type instead of int (#1410)

Co-authored-by: Sreekanth Sivasankaran <sreekanth.sivasankaran@couchbase.com>
Co-authored-by: Mario de Frutos Dieguez <mario@defrutos.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants