What analyzers are you using? Many analyzers (both index and
query time) will remove non-alpha characters.

Best
Erick

On Feb 7, 2008 1:14 PM, nithyavembu <[EMAIL PROTECTED]> wrote:

>
> Hi All,
>
>  Now i am facing problem in special character search.
>  I tried with the following special characters
> (!,@,#,$,%,^,&,*,(,),{,},[,]).
>  My indexing data is :
>    !national!
>        @national@
>        #national#
>        $national$
>        %national%
>        ^national^
>        &national&
>
>  My search data is :
>     @national@
>
>  But when i search for "@national@", it returns the following result:
>
>        !national!
>        @national@
>        #national#
>        $national$
>        %national%
>        ^national^
>        &national&
>
>  But the actual result should be "@national@".
>  So it match only "national" and returning the result. It didnt match "@".
>  In solr UI i tried by giving only "@" and there is no search result.Butthe
> index data contains words with
> special character.
>  Whether i have to change any congifuration in schema.xml?
>  I am using the same solrconfig.xml and schema.xml given by solr during
> download.
>  If anyone know the solution and idea, please help me.
>
> with Regards,
> nithya.
> --
> View this message in context:
> http://www.nabble.com/Search-result-not-coming-for-normal-special-characters...-tp15339827p15339827.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>

Reply via email to