Example usage for org.apache.solr.common.params MultiMapSolrParams subclass-usage

List of usage examples for org.apache.solr.common.params MultiMapSolrParams subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.common.params MultiMapSolrParams subclass-usage.

Usage

From source file net.yacy.document.content.DCEntry.java

public class DCEntry extends MultiMapSolrParams {

    private static final long serialVersionUID = -2050291583515701559L;

    // use a collator to relax when distinguishing between lowercase und uppercase letters
    private static final Collator insensitiveCollator = Collator.getInstance(Locale.US);

From source file uk.ac.ebi.intact.dataexchange.psimi.solr.params.UrlSolrParams.java

/**
 * Extends the SolrParams class, so it holds the solr params. This class
 * gets the params names and values from the URL.
 *
 * @author Bruno Aranda (baranda@ebi.ac.uk)
 * @version $Id$