Hi,

Hm, it looks as if you have not plugged in your custom Analyzer (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.


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 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 title:onedream
> 
> why?
> 
> i think solr should parse  it and generate the query like this "title:one
> title:world title:one title:dream".
> 
> please help me~

Reply via email to