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

update to release candidate apis #1531

Merged
merged 1 commit into from
Dec 31, 2020
Merged

Conversation

mschoch
Copy link
Contributor

@mschoch mschoch commented Dec 31, 2020

No description provided.

@mschoch mschoch merged commit 3f670ba into fix-circular-deps Dec 31, 2020
@mschoch mschoch deleted the update-candidate-apis branch December 31, 2020 19:44
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]>
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.

1 participant