Re: Indexer RSS flux
Alexander Barkov <[email protected]> Wed, 06 Nov 2013 13:24:46 +0400
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 11/06/2013 01:00 PM, [email protected] wrote: > hi, > > here is an example of rss flux : > http://www.sudouest.fr/pyrenees-atlantiques/bayonne/rss.xml Let's have a look into the <item> tags, for example: <item> <title>Pays basque : un troupeau de brebis pris au piège par la montée des eaux</title> <description>Un troupeau de brebis est tombé dans une rivière, 61 ont été sauvées, 47 sont mortes. Des brebis à l’âme aventureuse. Un troupeau d’Irissarry, au nord de Saint-Jean-Pied-de-Port, a voulu explorer les alentours de son pâturage, mardi, en fin de matinée. Bien mal lui en a pris. Les animaux, du fait de la montée des eaux,...</description> <pubDate>Wed, 06 Nov 2013 10:14:38 +0100</pubDate> <link>http://www.sudouest.fr/2013/11/06/des-brebis-se-tuent-dans-un-ravin-1221272-4181.php#xtor=RSS-10521769</link> <guid>http://www.sudouest.fr/2013/11/06/des-brebis-se-tuent-dans-un-ravin-1221272-4181.php#xtor=RSS-10521769</guid> </item> What would you like to do with every <item> instance? Have the crawler follow the URL given in the tag <link>...</link> and index the content of the document referenced by this URL? Or just create a new URL entry in the database and index the information inside the <title>..</title> and <content>..</content>, without crawling to the given URL? > > thanks for you help > > ------------------------------------------------------------------------ > *De: *"Alexander Barkov" <[email protected]> > *À: *[email protected] > *Cc: *"MNOGOSEARCH" <[email protected]> > *Envoyé: *Lundi 4 Novembre 2013 20:59:43 > *Objet: *Re: [General] Indexer RSS flux > > Hi, > > On 11/04/2013 04:57 PM, [email protected] wrote: > > hi, > > > > I want indexer RSS flux on my web site. > > Is there a parameter in indexer.conf to do this ? > > > > Can you please give a link to an example of an RSS file you'd like to > index, or copy and paste an RSS fragment? > > Thanks. > > > > Thanks > > > > [email protected] > > > > > > _______________________________________________ > > General mailing list > > [email protected] > > http://lists.mnogosearch.org/listinfo/general > > > > > > _______________________________________________ > General mailing list > [email protected] > http://lists.mnogosearch.org/listinfo/general > _______________________________________________ General mailing list [email protected] http://lists.mnogosearch.org/listinfo/general