I am trying to do a filtered MoreLikeThis query. For example, say I want to do a MoreLikeThis query only on books written in 1998. My understanding is that in order to do this, I need to use the MoreLikeThisHandler. How do you fold together the query part and the more like this part such that the MoreLikeThis is only done over the results of the filtered search? What would the query string actually look like?

Secondly, say I want to have the "books written in 1998" in a filter cache. How would this work?


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to