php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59201 MoreLikeThisHandler Support
Submitted: 2010-05-09 01:26 UTC Modified: 2010-05-09 04:05 UTC
From: serdar at hebux dot com Assigned:
Status: Closed Package: solr (PECL)
PHP Version: 5.3.0 OS: CentOS release 5.3 (Final)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: serdar at hebux dot com
New email:
PHP Version: OS:

 

 [2010-05-09 01:26 UTC] serdar at hebux dot com
Description:
------------
It is not possible to filter more like this queries with 
Standard Component, it would be better if we can get support 
for MoreLikeThisHandler, so we can filter result.

mlt.match.include, this feature will be also useful on that 
implementation, but the main point is filtering the result 
set.


Reproduce code:
---------------
$query->addFilterQuery("user_id:34");

This does not work with the standard component.

Expected result:
----------------
It should filter the result set, and it should be possible 
with MoreLikeThisHandler.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-09 04:05 UTC] serdar at hebux dot com
Ok, it seems possible with addparams. Sorry for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC