found your question regarding Solr and NNTP newsgroups on stack overflow. I’m also trying to get NNTP nwsgroups indexed through Solr.
So my question is: Can you tell me how you managed to index newsgroups with Solr? Is there a direct way? Otherwise I was planning to write a PHP indexer.
Hi Igno,
Sorry for late reply. I just used the nntplib that comes with python standard library, to talk to NNTP servers. Once I got the data from the NNTP Servers, I put them in my local Solr instance to Index.
hi mohit, it’s maxximus from PG…how r u doing man? where did u disappear? Get in touch!
Hi maxximus,
I am doing great, hope you are doing very well too.
Its wonderful to hear for you
Hi there,
found your question regarding Solr and NNTP newsgroups on stack overflow. I’m also trying to get NNTP nwsgroups indexed through Solr.
So my question is: Can you tell me how you managed to index newsgroups with Solr? Is there a direct way? Otherwise I was planning to write a PHP indexer.
best
Ingo
Hi Igno,
Sorry for late reply. I just used the nntplib that comes with python standard library, to talk to NNTP servers. Once I got the data from the NNTP Servers, I put them in my local Solr instance to Index.
Hope that helps.