Package org.qi4j.index.solr

Source Code of org.qi4j.index.solr.SolrExpressions

package org.qi4j.index.solr;

import org.qi4j.api.query.grammar.QuerySpecification;

/**
* TODO
*/
public class SolrExpressions
{
    public static QuerySpecification search(String queryString)
    {
        return new QuerySpecification( "solr", queryString );
    }
}
TOP

Related Classes of org.qi4j.index.solr.SolrExpressions

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.