Hi all,
I'm trying to use solrj for indexing in solr, but when I try to instantiate
the server, using :
SolrServer server = new CommonsHttpSolrServer("http://localhost:8080/solr";);
I get the following runtime error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/solr/cl
The DisMax query parser internally hard-codes its operator to OR.
This is quite unlike the Lucene query parser, for which the default operator
can be configured using the solrQueryParser in schema.xml
Regards,
Bijeet Singh
On Thu, Jan 27, 2011 at 4:56 PM, Isan Fulia wrote:
> but q="