Re: Encoded search string & qt=Dismax

2008-12-08 Thread Chris Hostetter
: If the way I am doing it (Query 1) is a fluke, what is the correct way of : doing it? Seems like there is something fundamental that I am missing. as i said: URL encode the actual characters, not the java escape sequence. how exactly you URL escape non-ascii characters is somewhat tricky, and

Re: Encoded search string & qt=Dismax

2008-12-03 Thread tushar kapoor
Hoss, If the way I am doing it (Query 1) is a fluke, what is the correct way of doing it? Seems like there is something fundamental that I am missing. It would be great if you could list down the steps required to support multi language search. Please provide some context on how exactly Language

Re: Encoded search string & qt=Dismax

2008-12-02 Thread Chris Hostetter
First of all... standard request handler uses the default search field specified in your schema.xml -- dismax does not. dismax looks at the "qf" param to decide which fields to search for the "q" param. if you started with the example schema the dismax handler may have a default value for "q

RE: Encoded search string & qt=Dismax

2008-12-02 Thread Feak, Todd
Do you have a "dismaxrequest" request handler defined in your solr config xml? Or is it "dismax"? -Todd Feak -Original Message- From: tushar kapoor [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 10:07 AM To: solr-user@lucene.apache.org Subject: Encode

Encoded search string & qt=Dismax

2008-12-02 Thread tushar kapoor
Hi, I am facing problems while searching for some encoded text as part of the search query string. The results don't come up when I use some url encoding with qt=dismaxrequest. I am searching a Russian word by posting a URL encoded UTF8 transformation of the word. The query works fine for normal