You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by mechravi25 <me...@yahoo.co.in> on 2011/04/04 10:55:46 UTC

Indexing data with Trade Mark Symbol

Hi,
  Has anyone indexed the data with Trade Mark symbol??...when i tried to
index, the data appears as below.

Data:
  79797 - Siebel Research– AI Fund,  
  79797 - Siebel Research– AI Fund,l 


Original Data:
79797 - Siebel Research™ AI Fund,


Please help me to resolve this....

Regards,
Ravi

--
View this message in context: http://lucene.472066.n3.nabble.com/Indexing-data-with-Trade-Mark-Symbol-tp2774421p2774421.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing data with Trade Mark Symbol

Posted by Markus Jelsma <ma...@openindex.io>.
Any word delimiter filter will get rid of that symbol. Use a char pattern 
replace filter, that should work.

> Use admin/analysis.jsp to see which filter is removing it.
> Configure a field type appropriate to what you want to index.
> 
> On Mon, Apr 4, 2011 at 9:55 AM, mechravi25 <me...@yahoo.co.in> wrote:
> > Hi,
> > 
> >  Has anyone indexed the data with Trade Mark symbol??...when i tried to
> > 
> > index, the data appears as below.
> > 
> > Data:
> >  79797 - Siebel Research– AI Fund,
> >  79797 - Siebel Research– AI Fund,l
> > 
> > Original Data:
> > 79797 - Siebel Research™ AI Fund,
> > 
> > 
> > Please help me to resolve this....
> > 
> > Regards,
> > Ravi
> > 
> > --
> > View this message in context:
> > http://lucene.472066.n3.nabble.com/Indexing-data-with-Trade-Mark-Symbol-t
> > p2774421p2774421.html Sent from the Solr - User mailing list archive at
> > Nabble.com.

Re: Indexing data with Trade Mark Symbol

Posted by Ben Davies <be...@gmail.com>.
Use admin/analysis.jsp to see which filter is removing it.
Configure a field type appropriate to what you want to index.

On Mon, Apr 4, 2011 at 9:55 AM, mechravi25 <me...@yahoo.co.in> wrote:

> Hi,
>  Has anyone indexed the data with Trade Mark symbol??...when i tried to
> index, the data appears as below.
>
> Data:
>  79797 - Siebel Research– AI Fund,
>  79797 - Siebel Research– AI Fund,l
>
>
> Original Data:
> 79797 - Siebel Research™ AI Fund,
>
>
> Please help me to resolve this....
>
> Regards,
> Ravi
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Indexing-data-with-Trade-Mark-Symbol-tp2774421p2774421.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>