Which search technology to use with ASP.NET?

前端 未结 9 2019
攒了一身酷
攒了一身酷 2020-12-06 02:46

What\'s your preferred method of providing a search facility on a website? Currently I prefer to use Lucene.net over Indexing Service / SQL Server full-text search (as there

相关标签:
9条回答
  • 2020-12-06 03:26

    dtSearch is one we've often used, but I'm not really that big a fan of it.

    0 讨论(0)
  • 2020-12-06 03:28

    We used both Lucene.net, Indexing Service and SQL Server full-text. For a project with large and heavy DB search functionality SQL search has an upper hand in terms of performance/resource hit. Otherwise Lucene is much better in all aspects.

    0 讨论(0)
  • 2020-12-06 03:28

    you could use google, it's not going to be the fastest indexer but it does provide great results when you have no budget.

    0 讨论(0)
提交回复
热议问题