Re: a question about solr queryparser

2008-11-24 Thread finy finy
i have plugged in my custom Analyzer (correctly) in the solrconfig.xml, my analyzer result is : one world one dream but when i input : oneworld onedream, solr parse this into : PhraseQquery(title:"one world one dream") , solr consider this as a PhraseQuery, but this is not what i want to get. i

Re: a question about solr queryparser

2008-09-25 Thread Chris Hostetter
: (correctly) in the solrconfig.xml. Could you paste the relevant part of : solrconfig.xml? I don't recall a bug related to this, but you could : also try Solr 1.3 if you believe you configured things conrrectly. also check the Analysis Tool (link from the admin page) and see what it says yo

Re: a question about solr queryparser

2008-09-21 Thread Otis Gospodnetic
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: finy finy <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Sunday, September 21, 2008 10:42:17 PM > Subject: a question about solr queryparser > > i use solr 1.2 in

a question about solr queryparser

2008-09-21 Thread finy finy
i use solr 1.2 in my project, and i use myself Analizer. for example: "oneworld onedream" will be segmented to "one" ,"world", "one" , "dream" this is my analizer result. and i use it in solr. when i use a query "title:oneworld onedream" in solr , solr will parse it like this title:oneword