Re: DismaxParser Query

2011-01-27 Thread Bijeet Singh
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="

Problem instantiating CommonsHttpSolrServer using solrj

2010-08-11 Thread bijeet singh
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