Skip to content

Configuration file question #192

Answered by jameslittle230
airone506 asked this question in Q&A
Discussion options

You must be logged in to vote

@airone506 - Yup, that's an accurate understanding, except for one thing: you don't necessarily need to have the content that you want indexed stored on a local computer; instead, you can index content from published web pages and the Stork indexer will fetch that content from the web.

I have yet to write any really good documentation, but you can play around with the src_url field of the configuration file object. In the example you gave above, you could do something like the following:

files = [
    {src_url = "https://whatever.com/my-page", url = "https://whatever.com/my-page", title = "General Introduction"},
    # ...
]

Happy to help clarify anything further, and good luck with your …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@airone506
Comment options

@airone506
Comment options

@jameslittle230
Comment options

Answer selected by airone506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants