morelikethis
How to find similar documents
How do you find a similar documents of a given document in Lucene. I do not know w开发者_C百科hat the text is i only know what the document is. Is there a way to find similar documents in lucene. I am[详细]
2023-04-10 13:48 分类:问答How to constrain/filter More Like This results in Solr?
In Solr, I am wondering if it\'s possible to constrain/filter the \"More Like This\" result set from a standard (dismax) query - e.g., without having to use the specific MoreLikeThis request handler?F[详细]
2023-04-10 07:40 分类:问答Native way to add SimilarResults to model via SOLRNET
I am using SOLRNET and am using SOLR\'s MoreLikeThis functionality to get similar documents to those that are being returned. My code looks a little something like this (in this case I am doing a look[详细]
2023-04-09 21:21 分类:问答How do I use the morelikethis feature in solr
I want to find all the documents that开发者_如何学运维 is similar to a specific document within solr. How to i do this in solr? I have looked i the documentation and it only explains how to find docum[详细]
2023-03-24 06:02 分类:问答if passing a stored document to MoreLikeThisHandler does mlt.mindf=1 exlude the document passed in?
In Solr, I am using the MoreLikeThis handler. I am passing in the unique id of a document that already exists in the index in order to find related documents. Does specifying mlt.mindf=1 include the p[详细]
2023-03-06 23:05 分类:问答Search based on words of a phrase, just like SO related questions
I\'m trying to get search results just like the stack overflow Related question开发者_运维技巧s, when you ask a new question.[详细]
2023-02-24 02:14 分类:问答Understanding Solr MoreLikeThis Result
I\'m on my way to learn to use Solr. Im learning to use MoreLikeThis right now. and if I doing Query, which is like this[详细]
2023-02-24 01:14 分类:问答Solr questions regarding handler resolution and escaping
I have a couple of questions regarding Solr usage: Certain requests can be sent to different paths (handlers?). For example, the MoreLikeThis component can being sent to either /select or /mlt.[详细]
2023-02-03 20:39 分类:问答Limiting the output from MoreLikeThis in Solr
I\'m trying开发者_运维问答 to use MoreLikeThis to get all similar documents but not documents with a specific contenttype.[详细]
2023-01-26 12:03 分类:问答Is it possible to have SOLR MoreLikeThis use different fields for model and matches?
Let\'s say I have documents with two fields, A and B. 开发者_如何转开发I\'d like to use SOLR\'s MoreLikeThis, but with a twist: I\'m most interested in boosting documents whose A field is like my mod[详细]
2023-01-21 02:24 分类:问答