Re: How to specify what pages to add to index?

2018-05-26 Thread Jonathan Candelaria
Thanks- It's actually more like a localhost/app2: app2 in question is Omeka (digital publishing platform) When Omeka is installed on a server, it's usually all alone on the server. So you *tell *it to index something and what core corresponds to that index and it indexes it? If so, I think I'll

Re: How to specify what pages to add to index?

2018-05-26 Thread Alexandre Rafalovitch
I think you may have other pieces of software in that equation. Solr does not normally pull data from websites, it gets data pushed. Well, data import handler can do it. Then you normally start indexing by a command to Solr. That commans corresponds to a request handler in solrconfig.xml that

Re: How to specify what pages to add to index?

2018-05-26 Thread Jonathan Candelaria
Hello. I have a page that consists of a domain name and several folders in it corresponding to different web applications. eg: website.university.edu/app1 website.university.edu/app2 website.university.edu/app3 And all the pages are stored in separate folders in an html directory. There is