Re: MLT as a nested query

2011-12-30 Thread Chris Hostetter
: is it possible to use MLT as a nested query? I tried the following: : select?q=field1:foo field2:bar AND _query_:"{!mlt fl=mltField mindf=1 mintf=1 mlt.match.include=false} selectField:baz}" MLT functionality exists in two forms: as a component, that decorates results p

MLT as a nested query

2011-12-13 Thread Vyacheslav Zholudev
Hi, is it possible to use MLT as a nested query? I tried the following: select?q=field1:foo field2:bar AND _query_:"{!mlt fl=mltField mindf=1 mintf=1 mlt.match.include=false} selectField:baz}" but it does not work with an error: "Unknown query type 'mlt'"