Thursday 17 February 2011 4:38:10 am
Hi all! I'm using attribute filtering for the moreLikeThis fetch:
{def $mlt_results = fetch( 'ezfind', 'moreLikeThis', hash( 'query_type', 'nid',
'query', $node.node_id,
'limit', 5,
'class_id', array('article'),
'filter', array( 'article/category: ( "Value1" OR "Value2" )' ) ) ).SearchResult} and I have 4 articles with the same values of 'category' attribute (Selection with multiple choice) But only for one article this fetch returns some data... The SOLR index is updated with the '--clean' option. Anybody know how works 'mlt' search and why the same query returns different results for the similar pages?
---------------------------------------
To Live Is To Die...
To Die Is To Wake...
|