I am very sorry, I should have sent to solr user group, not lucene!! Best regards, Lisheng
-----Original Message----- From: Zhang, Lisheng Sent: Friday, February 08, 2013 12:17 PM To: '[email protected]' Subject: Solr query parser, needs to call setAutoGeneratePhraseQueries(true) Hi, In our application we need to call method setAutoGeneratePhraseQueries(true) on lucene QueryParser, this is the way used to work in earlier versions and it seems to me that is the much natural way? But in current solr 3.6.1, the only way to do so is to set <luceneMatchVersion>LUCENE_30</luceneMatchVersion> in solrconfig.xml (if I read souce code correctly), but I donot want to do so because this will change the whole behavior of lucene, and I only want to change this query parser behavior, not other lucene features? Please guide me if there is a better way other than to change solr source code? Thanks very much for helps, Lisheng --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
