org.apache.jackrabbit.oak.plugins.index.lucene.util
Class MoreLikeThisHelper

java.lang.Object
  extended by 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


Constructor Summary
MoreLikeThisHelper()
           
 
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
 

Constructor Detail

MoreLikeThisHelper

public MoreLikeThisHelper()
Method Detail

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.