-
Notifications
You must be signed in to change notification settings - Fork 44
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
Test fixes and more local mode #873
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where id versus _element_id?
{"id": 7, "properties": {"_element_index": 7}, "text_representation": "this is a cat"}, | ||
{"id": 1, "properties": {"_element_index": 1}, "text_representation": "here is an animal that moos"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ids here?
], | ||
}, | ||
{ # handle element with not text | ||
"doc_id": 4, | ||
"elements": [ | ||
{"id": 1}, | ||
{"id": 1, "properties": {"_element_index": 1}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id here?
{ # drop because of limit | ||
"doc_id": 6, | ||
"elements": [ | ||
{"id": 1}, | ||
{"id": 1, "properties": {"_element_index": 1}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id here?
they're just no-ops here, I had them to indicate that element_index isn't an id |
Fix an integ test I broke in 0a3ad99
Add local mode for limit and sort