> I am a beginner with Solr and would like to index
> dynamic php files ( page.php?ID=233) and static php files
> and .shtml files. This is for a small website, which
> hits a small MySql database on the backend, however some php
> files are static and are not part of the database.
>
> Can you t
-
From: Emmanuel Espina [mailto:espinaemman...@gmail.com]
Sent: Thursday, February 02, 2012 4:49 PM
To: solr-user@lucene.apache.org
Subject: Re: solr to index php files
What do you mean by static php files? As far as I know PHP is to make pages
look dynamic. If you want to index dynamic pages as
What do you mean by static php files? As far as I know PHP is to make
pages look dynamic. If you want to index dynamic pages as they where
just HTML you will have to download them, and add them to Solr.
Programming a small program in SolrJ and using some HTTP library
(http://hc.apache.org/httpclien
Hi ,
I am a beginner with Solr and would like to index dynamic php files (
page.php?ID=233) and static php files and .shtml files. This is for a small
website, which hits a small MySql database on the backend, however some php
files are static and are not part of the database.
Can you tell m