search - Lucene.NET and external sites -


We have created a web site that employs Lucene.NET for search. We have recently integrated another web site so that both the websites look like only one site in the form of a user's perspective! (We share the mater page, etc.)

We have a problem that two web sites are hosted in different locations. So when Lucene.NET crawls the first web site, it does not take the content of another web site. We want to remove the content from another website and want to put it in the same index file that is created for the first site.

How do I get Lucene.NET to crawl an external site?

Thank you

If you have access to another system from a file system then you If not just by providing the route, if you do not have the index, you will need to write the crawler, you can start using the basic web site using the HTTP WebRequest, or by using the link, once again crawling the site and using it.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -