'Web crawl angular website for elasticsearch indexing

Is there a way to index an angular website using the web crawler functionality of elasticsearch?



Solution 1:[1]

The problem is that the web crawler would have to include all the functionality of a browser to work. Angular universal would be a better solution cause it does all the generation on the server side instead of in the browser.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tommie Jones