You can use any web crawler to index a site, this could be Bing or Google or anything like that. They just request the pages via HTTP and scrape the content from them to put into an index. It wouldn't matter that the site is Umbraco, it's just scrapped data.
Umbraco Content Indexing for searching
Umbraco Content Indexing for searching. we don't want to use Lucene for content indexing.
is that any alternative that any one can suggest?
Can we use BING API for creating a Umbraco Content Indexing and program against Bing API to search the indexed content?
Please suggest.
Bharath,
Two more options see:
Why don't you want to use Lucene?
You can use any web crawler to index a site, this could be Bing or Google or anything like that. They just request the pages via HTTP and scrape the content from them to put into an index. It wouldn't matter that the site is Umbraco, it's just scrapped data.
Seems like content indexing can be done through Umbraco Examine.
i tried however not able to get the index updated when i published the node in content tree. Please suggest.
Please don't make multiple topics for the same question. Refer to my responses here: http://our.umbraco.org/forum/core/general/10002-Lucene-Index-refresh-not-working-or-updated-on-content-tree-node-publish
is working on a reply...