-
Notifications
You must be signed in to change notification settings - Fork 7
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
Indexing: Add new field to indicate if a page is included in a web feed #71
Labels
enhancement
New feature or request
Comments
m-i-l
changed the title
Indexing: Add new field to indicate if a page is included in an RSS feed
Indexing: Add new field to indicate if a page is included in a web feed
Sep 25, 2022
m-i-l
added a commit
that referenced
this issue
Oct 2, 2022
…ge is included in a web feed. Also updated comments.
m-i-l
added a commit
that referenced
this issue
Oct 2, 2022
…new field to indicate if a page is included in a web feed, and added support for #34 Add an incremental reindex
Implemented:
Note that, as per usual, the new field won't be fully populated until all sites are reindexed. Note also that, given the web feed URL is populated by indexing, the first time a site is indexed it won't have it to seed the indexing, so the in_web_feed won't be populated until a new site's second index. The 3 bullet points listed above for features enabled by this are tracked separately: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This could be useful to e.g.:
It could be implemented via a new in_web_feed boolean in the Solr schema, perhaps being combined with the existing web_feed attribute (currently only set on the home page as per #64 ) to indicate which feed the article is from. Would need to get a list of all the pages in a site's feed first (this would be needed for identifying new pages for #34 and could be implemented alongside #54 ).
The text was updated successfully, but these errors were encountered: