Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Michael Sokolov
ny case. -- Jack Krupansky -Original Message- From: Michael Sokolov Sent: Thursday, November 21, 2013 8:56 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) I have to agree w/Walter. Use unicode as a storage format. The entity encodings are for trans

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Jack Krupansky
"Would you store "a" as "A" ?" No, not in any case. -- Jack Krupansky -Original Message- From: Michael Sokolov Sent: Thursday, November 21, 2013 8:56 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) I have to a

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Walter Underwood
t;A" ?" > > No, not in any case. > > -- Jack Krupansky > > -Original Message- From: Michael Sokolov > Sent: Thursday, November 21, 2013 8:56 AM > To: solr-user@lucene.apache.org > Subject: Re: How to index X™ as ™ (HTML decimal entity) > > I h

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Michael Sokolov
tto for other named SGML entities. -- Jack Krupansky -Original Message- From: Walter Underwood Sent: Wednesday, November 20, 2013 11:21 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) Again, I'd like to know why this is wanted. It sounds

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Jack Krupansky
ntities are a perfectly valid intermediate format for rich text. -- Jack Krupansky -Original Message- From: Walter Underwood Sent: Thursday, November 21, 2013 11:44 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) And this is the exact problem

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Walter Underwood
for rich text. > > -- Jack Krupansky > > -Original Message- From: Walter Underwood > Sent: Thursday, November 21, 2013 11:44 AM > To: solr-user@lucene.apache.org > Subject: Re: How to index X™ as ™ (HTML decimal entity) > > And this is the exact problem. Some character

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-21 Thread Jack Krupansky
From: Michael Sokolov Sent: Thursday, November 21, 2013 11:37 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) OK - probably I should have said "A",or "a" :) My point was just that there is not really anything special about "spec

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-20 Thread Jack Krupansky
- From: Walter Underwood Sent: Wednesday, November 20, 2013 11:21 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) Again, I'd like to know why this is wanted. It sounds like an X-Y, problem. Storing Unicode characters as XML/HTML encoded character r

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-20 Thread Walter Underwood
vember 20, 2013 5:43 AM > To: solr-user@lucene.apache.org > Subject: Re: How to index X™ as ™ (HTML decimal entity) > > What's about having a simple charfilter in the analyzer queue for > indexing *and* searching. e.g > replacement="™" /> > or > mapping="mapping-s

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-20 Thread Jack Krupansky
, November 20, 2013 5:43 AM To: solr-user@lucene.apache.org Subject: Re: How to index X™ as ™ (HTML decimal entity) What's about having a simple charfilter in the analyzer queue for indexing *and* searching. e.g or Uwe Am 19.11.2013 23:46, schrieb Developer: I have a data coming in to SOLR as belo

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-20 Thread Uwe Reh
What's about having a simple charfilter in the analyzer queue for indexing *and* searching. e.g replacement="™" /> or mapping="mapping-specials.txt" /> Uwe Am 19.11.2013 23:46, schrieb Developer: I have a data coming in to SOLR as below. X™ - Black I need to store the HTML Entity (decimal)

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-19 Thread Walter Underwood
SGML entities. > You could code it as a JavaScript script and use the stateless script update > processor. > > -- Jack Krupansky > > -Original Message- From: Developer > Sent: Tuesday, November 19, 2013 5:46 PM > To: solr-user@lucene.apache.org > Subject: How to in

Re: How to index X™ as ™ (HTML decimal entity)

2013-11-19 Thread Jack Krupansky
@lucene.apache.org Subject: How to index X™ as ™ (HTML decimal entity) I have a data coming in to SOLR as below. X™ - Black I need to store the HTML Entity (decimal) equivalent value (i.e. ™) in SOLR rather than storing the original value. Is there a way to do this? -- View this message in context: http

How to index X™ as ™ (HTML decimal entity)

2013-11-19 Thread Developer
I have a data coming in to SOLR as below. X™ - Black I need to store the HTML Entity (decimal) equivalent value (i.e. ™) in SOLR rather than storing the original value. Is there a way to do this? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-index-X-as-8482-HTM