-
Notifications
You must be signed in to change notification settings - Fork 0
deploy search scope updates to production #461
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
699054b
Add initial subject heading prefix implementation
danamansana 315d1ea
Merge pull request #450 from NYPL/main
charmingduchess 3d94989
Merge pull request #452 from NYPL/main
charmingduchess 2c351c0
Add parallelSubjectLiteral and boosting for subject prefix query
danamansana 1339905
Remove console log
danamansana 3830de0
Add tests for prefix query
danamansana 56d412e
Merge pull request #456 from NYPL/main
charmingduchess 81f6503
Add applySubjectPrefix
danamansana 062eac6
Add parallelSubjectLiteral to boosting
danamansana 6c68275
Add boosting on parallelSubjectLiteral
danamansana 8d1cc24
add genreform to key word search scope
charmingduchess 3275f30
Remove extra addShoulds
danamansana c70c155
rm toc from title search scope
charmingduchess e0a923c
Merge pull request #458 from NYPL/SCC-4477/tableOfContents
charmingduchess 2a46ce1
Merge pull request #459 from NYPL/main
charmingduchess a1e1b76
Merge pull request #455 from NYPL/scc-3874
danamansana 8ad1c42
Merge pull request #460 from NYPL/main
danamansana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,3 +44,6 @@ build | |
| .elasticbeanstalk/* | ||
| !.elasticbeanstalk/*.cfg.yml | ||
| !.elasticbeanstalk/*.global.yml | ||
|
|
||
|
|
||
| config/local* | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "took": 58, | ||
| "timed_out": false, | ||
| "_shards": { | ||
| "total": 2, | ||
| "successful": 2, | ||
| "skipped": 0, | ||
| "failed": 0 | ||
| }, | ||
| "hits": { | ||
| "total": { | ||
| "value": 0, | ||
| "relation": "eq" | ||
| }, | ||
| "max_score": null, | ||
| "hits": [] | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is the update I'm interested in deploying.