Example usage for org.apache.lucene.search Weight subclass-usage

List of usage examples for org.apache.lucene.search Weight subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search Weight subclass-usage.

Usage

From source file com.browseengine.bobo.geosearch.query.GeoWeight.java

/**
 * @author Shane Detsch
 * @author Ken McCracken
 *
 */
public class GeoWeight extends Weight {

From source file com.o19s.es.ltr.query.FeatureVectorWeight.java

/**
 * A weight allowing to inject the FeatureVector in use by the RankerQuery
 */
public abstract class FeatureVectorWeight extends Weight {
    protected FeatureVectorWeight(Query query) {
        super(query);

From source file com.xiaomi.linden.lucene.query.flexiblequery.FlexibleWeight.java

public class FlexibleWeight extends Weight {

    private FlexibleQuery query;
    private Similarity similarity;

    static public class TermStats {

From source file eu.europeana.assets.service.ir.text.bm25f.weight.BM25FBooleanWeight.java

/**
 * Weight BM25F class, implements <I>public Scorer scorer(IndexReader reader)
 * could throw IOException</I> <BR>
 * and <I>public Explanation explain(IndexReader reader, int doc) throws
 * IOException </I><BR>
 * 

From source file org.alfresco.solr.query.AbstractAuthorityQueryWeight.java

/**
 * Abstract {@link Weight} implementation for authority related queries.
 * 
 * @see AbstractAuthoritySetQuery
 */
public abstract class AbstractAuthorityQueryWeight extends Weight {

From source file org.alfresco.solr.query.SolrCachingPathWeight.java

/**
 * {@link Weight} implementation for the {@link SolrCachingPathQuery}.
 * 
 * @author Matt Ward
 */
public class SolrCachingPathWeight extends Weight {

From source file org.apache.jackrabbit.core.query.lucene.AbstractWeight.java

/**
 * <code>AbstractWeight</code> implements base functionality for custom lucene
 * weights in jackrabbit.
 */
@SuppressWarnings("serial")
abstract class AbstractWeight extends Weight {

From source file org.codelibs.elasticsearch.search.profile.query.ProfileWeight.java

/**
 * Weight wrapper that will compute how much time it takes to build the
 * {Scorer} and then return a {Scorer} that is wrapped in
 * order to compute timings as well.
 */
public final class ProfileWeight extends Weight {

From source file org.elasticsearch.search.profile.ProfileWeight.java

/**
 * Weight wrapper that will compute how much time it takes to build the
 * {@link Scorer} and then return a {@link Scorer} that is wrapped in
 * order to compute timings as well.
 */
public final class ProfileWeight extends Weight {

From source file org.elasticsearch.search.profile.query.ProfileWeight.java

/**
 * Weight wrapper that will compute how much time it takes to build the
 * {@link Scorer} and then return a {@link Scorer} that is wrapped in
 * order to compute timings as well.
 */
public final class ProfileWeight extends Weight {