Tagged Questions

2
votes
1answer
362 views

How do i exclude everything but text/html from a heritrix crawl?

On: Heritrix Usecases there is an Use Case for "Only Store Successful HTML Pages" My Problem: i dont know how to implement it in my cxml File. Especially: Adding the ContentTypeRegExpFilter to the ...
2
votes
3answers
1k views

Document Library Crawl

I set up a new scope and passed in the URL for a specific document libary that I created that hold 2 word documents. For some reason when I start a full crawl, it does not see the 2 word documents. ...
2
votes
2answers
331 views

Is there a good open source search engine including indexing bot which can be used to make up special catalogue by feeding the bot with certain properties?

Our application (C#/.NET) needs a lot of queries to search. Google's 50,000 policy per day is not enough. We need something that would crawl Internet websites by specific rules we set (for ex. country ...
1
vote
4answers
2k views

solr + Heritrix

how is it possible to integrate solr with heritrix ? I want to archive a site using heritrix and then index and search locally this file using solr. thanks
0
votes
0answers
49 views

MOSS 2007 Publishing Site Search does not show ASPX web pages in the search results instead only shows sub site landing pages in the search result

Problem Definition: The search for any valid keywords resulting in only showing the landing pages of sub sites for e.g. http://www.somesite.com/abc/. The behavior is same after repeated crawls on ...
0
votes
1answer
38 views

Is there any ready to use crawler or tool to extract links from website

There is one blog on website and there are many pdf links on there. But i don't want to go through all the pages. is there any tool /script i can use so that i can extract all the link like ...
0
votes
1answer
344 views

Why can't my SharePoint 2010 Enterprise Search index a static HTML site?

I want to index this site: http://asia-pacific.undp.org, so I put it in as a content source, and immediately get: Access is denied. Verify that either the Default Content Access Account has access ...
0
votes
1answer
41 views

how to crawl the web and get the list of sites that have some keywords

I am in need to scan through the entire web and get the links of the sites that have some keywords in my dictionary. I need to get the URL's and others dynamically fetched from the web. Can anyone ...