Example usage for org.apache.solr.client.solrj.beans DocumentObjectBinder subclass-usage

List of usage examples for org.apache.solr.client.solrj.beans DocumentObjectBinder subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.client.solrj.beans DocumentObjectBinder subclass-usage.

Usage

From source file org.craftercms.commerce.server.solr.DocumentBaseTypeBinder.java

public class DocumentBaseTypeBinder extends DocumentObjectBinder {

    // ---------- Available dynamic field name suffixes in the Solr schema ----------

    private static final String BOOL_SUFFIX = "_b";
    private static final String MULTI_BOOL_SUFFIX = "_b_mv";