Re: Generating a sitemap

2010-09-23 Thread Doki
Tools has set for the site), and Boom! Problem solved. Anyone else try this method? Any successes, failures, advice, etc? Dave -- View this message in context: http://lucene.472066.n3.nabble.com/Generating-a-sitemap-tp478346p1570641.html Sent from the Solr - User mailing list archive at

Re: Generating a sitemap

2010-03-19 Thread Jon Baer
-mail generation of search results. I'm in the process of baking > VrW into the main Solr example (it's there on trunk, basically) and more > examples are better. > > On Mar 18, 2010, at 7:40 PM, Jon Baer wrote: > >> It's also possible to try and use the Velo

Re: Generating a sitemap

2010-03-19 Thread Erik Hatcher
y) and more examples are better. On Mar 18, 2010, at 7:40 PM, Jon Baer wrote: It's also possible to try and use the Velocity contrib response writer and paging it w/ the sitemap elements. BTW generating a sitemap was a big reason of a switch we did from GSA to Solr because (for some

Re: Generating a sitemap

2010-03-18 Thread Jon Baer
It's also possible to try and use the Velocity contrib response writer and paging it w/ the sitemap elements. BTW generating a sitemap was a big reason of a switch we did from GSA to Solr because (for some reason) the map took way too long to generate (even simple requests). If you

Re: Generating a sitemap

2010-03-18 Thread Chris Hostetter
: Been testing nutch to crawl for solr and I was wondering if anyone had : already worked on a system for getting the urls out of solr and generating : an XML sitemap for Google. it's pretty easy to just paginate through all docs in solr, so you could do that -- but I'd be really suprised if Nut

Generating a sitemap

2010-03-10 Thread Ian Evans
Been testing nutch to crawl for solr and I was wondering if anyone had already worked on a system for getting the urls out of solr and generating an XML sitemap for Google.