org.apache.jackrabbit.oak.plugins.index.lucene.util
Class MoreLikeThisHelper
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.lucene.util.MoreLikeThisHelper
public class MoreLikeThisHelper
- extends Object
Helper class for generating a MoreLikeThisQuery from the native query String
|
Method Summary |
static org.apache.lucene.search.Query |
getMoreLikeThis(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.analysis.Analyzer analyzer,
String mltQueryString)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoreLikeThisHelper
public MoreLikeThisHelper()
getMoreLikeThis
public static org.apache.lucene.search.Query getMoreLikeThis(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.analysis.Analyzer analyzer,
String mltQueryString)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.