Package org.apache.solr.search

Examples of org.apache.solr.search.QueryResultKey


    public void testPut()
        throws Exception
    {

        MatchAllDocsQuery query = new MatchAllDocsQuery();
        QueryResultKey queryResultKey =
            new QueryResultKey(query, new ArrayList<Query>(), new Sort(), 1 );

        solrOffHeapCache.put( queryResultKey, new QueryValueSource(query,1) );

    }
View Full Code Here

TOP

Related Classes of org.apache.solr.search.QueryResultKey

Copyright © 2018 www.massapicom. 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.