We need more information about the the analyzers and tokenizers of the default field of your search
Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/12/22 satya swaroop <satya.yada...@gmail.com> > Hi All, > i am getting different results when i used with some escape keys.. > for example::: > 1) when i use this request > http://localhost:8080/solr/select?q=erlang!ericson > the result obtained is > <result name="response" numFound="1934" start="0"> > > 2) when the request is > http://localhost:8080/solr/select?q=erlang/ericson > the result is > <result name="response" numFound="1" start="0"> > > > My query here is, do solr consider both the queries differently and what do > it consider for !,/ and all other escape characters. > > > Regards, > satya >