-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add basic JSON indexing template #586
Add basic JSON indexing template #586
Conversation
<ToBeIndexed>true</ToBeIndexed> | ||
<Name>url_list</Name> | ||
<Method>GET</Method> | ||
<Source>https://sde-indexing-helper.nasa-impact.net/candidate-urls-api/solar_system_exploration/</Source> |
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.
If this is meant to be a template, should we get rid of specific values like this one?
<Root>$.results</Root> | ||
<Description></Description> | ||
<WaitBeforeNext></WaitBeforeNext> | ||
<NextPageExpression>https://sde-indexing-helper.nasa-impact.net/candidate-urls-api/solar_system_exploration/?format=json&page={Add(datasource.url_list.pagenumber,1)}</NextPageExpression> |
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 as well. But maybe we add a variable where "solar_system_exploration" is.
<Description></Description> | ||
<WaitBeforeNext></WaitBeforeNext> | ||
<NextPageExpression>https://sde-indexing-helper.nasa-impact.net/candidate-urls-api/solar_system_exploration/?format=json&page={Add(datasource.url_list.pagenumber,1)}</NextPageExpression> | ||
<EndPageExpression>datasource.url_list.pagenumber=132</EndPageExpression> |
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.
Why 132? Is there a way to add a comment above this line?
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.
might need to do a little bit more work to have a reliable way of calculating the actual pagenumber
<Name>data2</Name> | ||
<Method>GET</Method> | ||
<Source>$.data</Source> | ||
<Root>$.Spase</Root> |
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.
Why $.Spase?
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 a weird sinequa artifact. it doesn't actually appear in the admin
No description provided.