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

switch default index to scorch with latest zap #1528

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

mschoch
Copy link
Contributor

@mschoch mschoch commented Dec 21, 2020

one example required updating as it's custom sort contained a
tie (both fields with age 0). upsidedown always returned the
results in a particular order, which was not guaranteed by scorch.
to address this, the exmaple has been updated to include the
doc id as an additional sort criteria (ensuring the original
order expected is kept by scorch)

one example required updating as it's custom sort contained a
tie (both fields with age 0).  upsidedown always returned the
results in a particular order, which was not guaranteed by scorch.
to address this, the exmaple has been updated to include the
doc id as an additional sort criteria (ensuring the original
order expected is kept by scorch)
@mschoch mschoch merged commit 44887af into fix-circular-deps Dec 22, 2020
@mschoch mschoch deleted the make-scorch-default-with-latest-zap branch December 22, 2020 15:28
mschoch added a commit that referenced this pull request Dec 31, 2020
* Adding configurable freq/norm processing

Useful for use cases where score relevancy isn't needed
for the search requests.

A special frequency value of zero/0 is used for skipping
the freq/norm.

* update to work with removed items (#1524)

* update to work with removed items

* update to latest api

* do not type assert on document or field (#1525)

instead use the interface exposed by index api

* update for latest renaming (#1527)

* update for latest renaming

* update to latest apis

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

one example required updating as it's custom sort contained a
tie (both fields with age 0).  upsidedown always returned the
results in a particular order, which was not guaranteed by scorch.
to address this, the exmaple has been updated to include the
doc id as an additional sort criteria (ensuring the original
order expected is kept by scorch)

* update to release candidate apis (#1531)

Co-authored-by: Marty Schoch <[email protected]>
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 <[email protected]>
Co-authored-by: Mario de Frutos Dieguez <[email protected]>
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.

2 participants