-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 3.9.0 included changes such that the `commitWithin` arg to the `add` method was no longer used unless either `boost` or `fieldValues` was provided, since the new logic to support sending JSON docs doesn't use `commitWithin` - these changes add `commit_within` to the `Solr._update` method and modify that method to include `commitWithin` as a query parameter if it is provided, which is simpler than needing different logic for the two cases of XML and JSON docs - also added a test case for `commitWithin`, which wasn't tested previously Co-authored-by: Calvin Smith <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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