-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
After disable "indexing in frontend" (indexed_search) nothing will be indexed by crawler anymore #1029
Comments
Hi there, thank you for taking your time to create your first issue. Please give us a bit of time to review it. |
After some more research I found out, that the problem only exists, if I add multiple crawler configurations (Argument "conf") to a crawler:buildQueue task. In my case I added three configurations by a comma separated list of its names (pages,news,press). One for the normal pages, one for news (tx_news) and one for press messages (also tx_news). If I only enter the configuration for the normal pages, the indexing works as expected, also with disabled frontend indexing. Having realised this I created extra tasks for news and press indexing, but it seems, that they are not getting indexed with disabled frontend indexing. The crawler config for news looks like this: pidsonly: configuration pid 880 is the news detail page. pid 879 is the sysfolder with the news records. In the corresponding crawler:buildQueue task, I entered the detail pid 880 into the Argument "page" field I will dig a bit deeper now and hopefully find the cause of the problem ... |
Thanks for your report. We will look into this. The response time, I currently longer than normally, I will get back to you though. |
Hey, I had a little crawler configuration session today and had the same constellation with So maybe the problem described here is also about having already cached pages? |
I don't recall this from the top of my head, but I know there is a "hook" the other way around that when a page is flushed, it's automatically added to the crawler queue again. But it sounds like it could be the issue as pages are already cached. I would have to think of a solution for this. |
Bug Report
Current Behavior
I'm not sure if this is a bug in crawler or indexed_search. Maybe it's also a missing configuration on my side, due to the very outdated and/or uncomplete documentation on both sides.
My problem is:
If I disable "indexing in frontend" (disableFrontendIndexing) of indexed_search, clear all index_* db tables + crawler_queue + crawler_process and restart indexing tasks, nothing will be added to the index anymore. The crawler_queue is filled up and there entries get eg. result_data entries with the time. But the index tables stay empty.
Expected behavior/output
The content should be indexed with disableFrontendIndexing
Steps to reproduce
disable "indexing in frontend" (disableFrontendIndexing) of indexed_search
clear all index_* db tables + crawler_queue + crawler_process
start indexing / crawling tasks
See empty index tables
Environment
The text was updated successfully, but these errors were encountered: