2014-05-04

rss feed search.

Originally Posted By: sirisha
Hi ,
Thankyou for this great source ,
I would like to know whether there is any possibility to search all the available rss feeds from internet using yioop .(I want to display the avalable rss feed urls).
If so , can you pease suggest me an idea . I am in great need to search only rss urls .
'''Originally Posted By: sirisha''' Hi ,<br>Thankyou for this great source ,<br>I would like to know whether there is any possibility to search all the available rss feeds from internet using yioop .(I want to display the avalable rss feed urls).<br>If so , can you pease suggest me an idea . I am in great need to search only rss urls .

-- rss feed search
When you crawl webpages with Yioop, it stores the file extension in a meta variable called filetype: . So after you are done a crawl
you can do a search filetype:rss to see all the .rss documents you got during your crawl. You can use the word plugin so that you
could avoid indexing during your crawl anything but .rss files if you wanted. If you wanted just a list of URLs take a look at the
code in examples/search_api.php to see how the Yioop query API can be accessed programmatically.
When you crawl webpages with Yioop, it stores the file extension in a meta variable called filetype: . So after you are done a crawl<br>you can do a search filetype:rss to see all the .rss documents you got during your crawl. You can use the word plugin so that you<br>could avoid indexing during your crawl anything but .rss files if you wanted. If you wanted just a list of URLs take a look at the<br>code in examples/search_api.php to see how the Yioop query API can be accessed programmatically.

-- rss feed search
Originally Posted By: sirisha
Hi cpollett,
Thank you so much for your quick response.
I will try your idea immediately .
'''Originally Posted By: sirisha''' Hi cpollett,<br>Thank you so much for your quick response.<br>I will try your idea immediately .
2014-05-05

-- rss feed search
Originally Posted By: sirisha
Hi cpollett,
I have seen the file examples/search_api.php which is performing the search in current directory , it's working great . But inorder to get the list of urls (rss) ,how can i mention the directory .And even after i changed the filetype:all to filetype:rss in phrase_parser.php ,started a new crawl but it didn't reflected anything (resulting all types of files ). Does word plugin is wordpress plugin ? Do i need to change any more setting ?. I am new to this ,can you please suggest me .
'''Originally Posted By: sirisha''' Hi cpollett,<br>I have seen the file examples/search_api.php which is performing the search in current directory , it's working great . But inorder to get the list of urls (rss) ,how can i mention the directory .And even after i changed the filetype:all to filetype:rss in phrase_parser.php ,started a new crawl but it didn't reflected anything (resulting all types of files ). Does word plugin is wordpress plugin ? Do i need to change any more setting ?. I am new to this ,can you please suggest me .

-- rss feed search
I thought you were going to do a crawl under manage crawls using the options there to set what pages to start crawling
from. You shouldn't need to edit phrase_parser.php. Word Plugin is one of the indexing plugins that are listed
under Page Options. It can be configured to do actions when a word or set of words is detected on a page being crawled.
The comments on the configure page for this plugin describe how it works.
I thought you were going to do a crawl under manage crawls using the options there to set what pages to start crawling<br>from. You shouldn't need to edit phrase_parser.php. Word Plugin is one of the indexing plugins that are listed<br>under Page Options. It can be configured to do actions when a word or set of words is detected on a page being crawled.<br>The comments on the configure page for this plugin describe how it works.
2014-05-14

-- rss feed search
Originally Posted By: sirisha
Hie ,
Thank you so much for being patience and helping me.
I would like to know whether we can get all the available rss feed url's from different domains from different categories (whole from internet).
Can you please tell me .
'''Originally Posted By: sirisha''' Hie ,<br>Thank you so much for being patience and helping me.<br>I would like to know whether we can get all the available rss feed url's from different domains from different categories (whole from internet).<br>Can you please tell me .
X