tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Support MoreLikeThisHandler #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
!MoreLikeThis is currently supported through the !MoreLikeThisComponent, but 
not the [http://wiki.apache.org/solr/MoreLikeThis#MoreLikeThisHandler 
MoreLikeThisHandler] directly. There have been some requests for this and also 
some workarounds so it should go into the library.

http://groups.google.com/group/solrnet/browse_thread/thread/39139c7c094fa46e

http://groups.google.com/group/solrnet/browse_thread/thread/fdd4319dbf7ac97d

http://stackoverflow.com/questions/6080637/using-the-morelikethishandler-with-so
lrnet

Original issue reported on code.google.com by mauricio...@gmail.com on 21 May 2011 at 1:27

GoogleCodeExporter commented 8 years ago
Status update: https://github.com/mausch/SolrNet/pull/14

Original comment by mauricio...@gmail.com on 1 Jun 2011 at 12:55

GoogleCodeExporter commented 8 years ago
Could you give some directions for how to implement MoreLikeThis handler (or 
any other non-standard handler)?

It looks like code is currently written specifically for /select handler, isn't 
it?
Will it be tough to extend?

Original comment by miljan.m...@gmail.com on 7 Jun 2011 at 11:13

GoogleCodeExporter commented 8 years ago
If you're interested in this feature, see the discussion at 
https://github.com/mausch/SolrNet/pull/14 , feel free to chime in!

In a nutshell, I think other handlers should be modeled as separate methods in 
ISolrOperations

Original comment by mauricio...@gmail.com on 7 Jun 2011 at 11:21

GoogleCodeExporter commented 8 years ago
Done in d21ca3cfe0d6db6dd93a4dbd455d974e058685bd

Original comment by mauricio...@gmail.com on 2 Dec 2011 at 6:35