Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/52.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ruby-on-rails-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 搜索类似的东西会像雪貂一样用更多的东西搜索其他搜索引擎_Ruby On Rails_Ruby On Rails 3_Search - Fatal编程技术网

Ruby on rails 搜索类似的东西会像雪貂一样用更多的东西搜索其他搜索引擎

Ruby on rails 搜索类似的东西会像雪貂一样用更多的东西搜索其他搜索引擎,ruby-on-rails,ruby-on-rails-3,search,Ruby On Rails,Ruby On Rails 3,Search,我已经了解了rails应用程序的全文搜索引擎(acts_as_ferret、Solr、Thinking Sphinx等),特别是它们的优缺点。我在acts as_ferret中发现了一个非常有用的功能,叫做more_like_this,它可以在数据库中找到类似的记录(非常适用于eshops等类似产品)。但是我还没有在其他人那里看到过类似的东西,他们有没有类似的易于使用的功能,比如提供相同功能的acts as ferret中的more\u like\u this Solr有一个类似的特性。看见 及

我已经了解了rails应用程序的全文搜索引擎(acts_as_ferret、Solr、Thinking Sphinx等),特别是它们的优缺点。我在acts as_ferret中发现了一个非常有用的功能,叫做
more_like_this
,它可以在数据库中找到类似的记录(非常适用于eshops等类似产品)。但是我还没有在其他人那里看到过类似的东西,他们有没有类似的易于使用的功能,比如提供相同功能的acts as ferret中的
more\u like\u this

Solr有一个类似的特性。看见 及
.

有没有办法通过RoR应用程序中的acts as solr访问它?