English 中文(简体)
利用Solr with IIS [los]
原标题:using Solr with IIS [closed]
Closed. This question needs to be more focused. It is not currently accepting answers.

We are going to use solr as our search server but as you know solr is based on java and apache server and our database is MSSQL and our webserver is IIS. Could you possible suggest me the best way to incorporate java apache asp.net and IIS?

Best

最佳回答

You cannot deploy Solr inside IIS because it requires a servlet container. Instead you can deploy solr in any one of the below servelt containers

  • Glassfish
  • JBoss
  • Jetty (default, included into solr package)
  • Resin
  • Tomcat
  • Weblogic
  • WebSphere

您可在以下网址找到有关每次部署的深入细节:http://wiki.apache.org/solr/SolrInstall#Servlet_Container_or_Environment_Specific_Tips”rel=“noreferer”>SolrInstall

然后,你可以使用其中一名司机(客户)与网关进行联系。

你们完全需要担心国际独立调查。

问题回答

这就是你应如何确定你的申请。

  1. Host Solr in Tomcat.
  2. Use DataImportHandler to feed data from MSSQL to Solr.
  3. From your ASP application talk to the Solr via HTTP. (Write some helper classes for this)
  4. Parse the JSON response using Newtonsoft.Json.Linq library.
  5. The best practice is that you get the document IDs from Solr and fetch the other information from MSSQL.

我在大型电子商务网站配置了这一系统,并支持现场搜索、搜索建议、搜索改进(使用方面)和其他许多复杂研究。 它工作得很快。





相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签