-
Notifications
You must be signed in to change notification settings - Fork 393
VUFIND-1210: Use Solr JSON APIs #4991
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
Draft
maccabeelevine
wants to merge
38
commits into
vufind-org:dev
Choose a base branch
from
maccabeelevine:solr-json-search
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
48a8396
VUFIND-1210: Use Solr JSON request API
maccabeelevine caae5eb
Fix spelling listener
maccabeelevine 8e80568
First pass at several listeners
maccabeelevine e82a8e9
First version of JSON Facets api, working at basic level
maccabeelevine 27c2e6d
Fix styles
maccabeelevine 2a56ef9
Mark some TODOs
maccabeelevine f6d550a
First attempt at MultiIndexListener
maccabeelevine e35bfe1
Support facet prefix
maccabeelevine 6206ef4
Support OR facets
maccabeelevine 5db7650
Simply creating a ParamBagBag from null
maccabeelevine 09be7e1
Handle multiple values with the same name, i.e. filters.
maccabeelevine 2f2d089
Implement JsonSerializable
maccabeelevine d943442
Throw any JSON encoding error
maccabeelevine 9451ac2
Support TreeDataSource, maybe
maccabeelevine 3a51fa7
Merge branch 'dev' into solr-json-search
maccabeelevine af4ee52
Remove fields not needed for Explanation
maccabeelevine 5cc2f9f
Merge branch 'dev' into solr-json-search
maccabeelevine 990c9ed
Break up the tests a bit
maccabeelevine 1faec2b
Merge branch 'dev' into solr-json-search
maccabeelevine cf8e76d
Revert accidental change in merge
maccabeelevine 9d45b06
Implement DefaultParametersListener
maccabeelevine d3f0dde
Fix json_decode call
maccabeelevine 7d2d26b
Start building ParamBagBagTest
maccabeelevine 6e84cf5
Add the rest of the ParamBagBag unit tests
maccabeelevine 4ff1d6e
Fix setNested calls after stronger typing
maccabeelevine e285203
Simplify addMultiNested
maccabeelevine 9828993
Fix a hundred or so tests, more to go
maccabeelevine db3abd5
Fix Blender behavior and tests
maccabeelevine 31e30c8
Merge branch 'dev' into solr-json-search
maccabeelevine c08ae52
Rename ParamBagBag to NestingParamBag
maccabeelevine c16edfc
Remove facet_matches_by_field config. It is not supported by new JSO…
maccabeelevine 0e44e67
Fix SimilarBuilder behavior
maccabeelevine b34c2ee
Fix TreeDataSource
maccabeelevine 5cea405
Fix styles
maccabeelevine 7398011
Fix SimilarItemsTest
maccabeelevine e2cb768
Throw better exceptions in NestingParamBag
maccabeelevine e73f2ef
Fix add()
maccabeelevine 67ba9b5
Implement "facet contains" after the search
maccabeelevine 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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.