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
 [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 Apr 25 14:01:31 2024 UTC