-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migrate fetchers to Search.g4 ANTLR parser. #13691
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
41 commits
Select commit
Hold shift + click to select a range
b02fbde
pr: migrate fetchers to Search.g4 ANTLR parser.
turhantolgaunal 9892bec
pr: migrate fetchers to Search.g4 ANTLR parser.
turhantolgaunal d802521
pr: migrate fetchers to Search.g4 ANTLR parser.
turhantolgaunal a645b38
Added a new interface for search nodes in order to parse operators co…
turhantolgaunal 44853c3
Added 2 new node types and changed SearchQueryNode to implement the n…
turhantolgaunal a643d22
Created a new visitor class for parsing the search syntax and modifie…
turhantolgaunal c890e92
Updated AbstractQueryTransformer to be more in line with the older co…
turhantolgaunal 954e1a4
Updated ACMPortalFetcher to use the new parser and node logic
turhantolgaunal 3977901
Updated ArxivPortalFetcher to use the new parser and node logic
turhantolgaunal 60d2034
Updated BvbFetcher and BvbFetcherTest to use the new parser and node …
turhantolgaunal 2f9ea97
Updated DBLPFetcher and DBLPQueryTransformerTest to use the new parse…
turhantolgaunal f3d40af
Updated DOABFetcher and DOABFetcherTest to use the new parser and nod…
turhantolgaunal 184a721
Updated DOAJFetcher to use the new parser and node logic
turhantolgaunal 3ce8865
Updated GoogleScholar and SearchBasedFetcherCapabilityTest to use the…
turhantolgaunal b28df9c
Updated GvkFetcher GvkFetcherTest and GVKQueryTransformerTest to use …
turhantolgaunal 9c978dc
Updated IEEE and IEEEQueryTransformerTest to use Search.g4 based parser
turhantolgaunal 60b6db9
Updated InfixTransformerTest to use Search.g4 based parser.
turhantolgaunal 98aa35f
Updated INSPIREFetcher to use Search.g4 based parser.
turhantolgaunal efcd08f
Updated ISIDOREFetcher and ISIDOREFetcherTest to use Search.g4 based …
turhantolgaunal 45245b8
Updated JstorFetcher to use Search.g4 based fetcher
turhantolgaunal ee311be
Updated LOBIDFetcher to use Search.g4 based fetcher
turhantolgaunal 59175ac
Updated MathSciNet to use Search.g4 based fetcher
turhantolgaunal bf0be13
Changed general exceptions to more specific ones according to feedback
turhantolgaunal 492456f
Removed null pointer exception
turhantolgaunal f561bbd
Removed null pointer exception
turhantolgaunal d7d4a04
Updated ScholarArchiveFetcher to use the ANTLR parser
turhantolgaunal 9d8b24d
Updated SpringerFetcher to use the ANTLR parser
turhantolgaunal 879e5c1
Updated rest of the classes needed for compiling
turhantolgaunal 179b3a0
Updated ANTLR parser grammar and updated the transformer testers to b…
turhantolgaunal b78d8cc
Updated ZbMathQueryTransformerTest to throw the appropriate exception
turhantolgaunal 1bf6d99
IEEEQueryTransformerTest wont check for the case where the string is …
turhantolgaunal a56066a
SearchBasedFetcher performSearch function now throws fetcher exceptio…
turhantolgaunal 617703f
Merge branch 'main' into fetchertosearchg4
turhantolgaunal 70988c1
Changed description for function getURLForQuery
turhantolgaunal e2f2ae2
Merge remote-tracking branch 'origin/fetchertosearchg4' into fetchert…
turhantolgaunal 138746f
Changed how "not comparison expressions" are handled
turhantolgaunal e83c1fe
Added the change to CHANGELOG.md
turhantolgaunal a95b3d0
Merge branch 'main' into fetchertosearchg4
turhantolgaunal b8c190f
Update CHANGELOG.md
turhantolgaunal 9f4953d
Reword
calixtus 668a1d4
Merge branch 'main' into fetchertosearchg4
calixtus 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
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.
Uh oh!
There was an error while loading. Please reload this page.