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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 35 = ?
Subscribe to this entry?

 
 [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 10:01:30 2024 UTC