Example usage for org.apache.lucene.queries.function.valuesource LiteralValueSource subclass-usage

List of usage examples for org.apache.lucene.queries.function.valuesource LiteralValueSource subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.queries.function.valuesource LiteralValueSource subclass-usage.

Usage

From source file org.apache.solr.analytics.util.valuesource.ConstStringSource.java

/**
 * <code>ConstStringSource</code> returns a constant string for all documents
 */
public class ConstStringSource extends LiteralValueSource {
    public final static String NAME = AnalyticsParams.CONSTANT_STRING;