Class NearestFuzzyQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.classification.utils.NearestFuzzyQuery

public class NearestFuzzyQuery extends Query
Simplification of FuzzyLikeThisQuery, to be used in the context of KNN classification.
  • Constructor Details

    • NearestFuzzyQuery

      public NearestFuzzyQuery(Analyzer analyzer)
      Default constructor
      Parameters:
      analyzer - the analyzer used to process the query text
  • Method Details