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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu May 02 08:01:32 2024 UTC