Re: how to present html content in browse

2012-05-04 Thread Lance Norskog
> >>> >>> >>> Which has: >>> >>> >>>   >>>   >>>  >> mapping="mapping-** >>> ISOLatin1Accent.txt"/> >>>   >>>   >>>   >>>   >>> >>>   >&g

Re: how to present html content in browse

2012-05-04 Thread okayndc
/browse/SOLR-42> > > > -- Jack Krupansky > > -Original Message- From: okayndc > Sent: Friday, May 04, 2012 4:35 PM > > To: solr-user@lucene.apache.org > Subject: Re: how to present html content in browse > > Is it possible to return the HTML field highlighted?

Re: how to present html content in browse

2012-05-04 Thread Jack Krupansky
: how to present html content in browse Is it possible to return the HTML field highlighted? On Fri, May 4, 2012 at 1:27 PM, Jack Krupansky wrote: 1. The raw html field (call it, "text_html") would be a "string" type field that is "stored" but not "indexed&qu

Re: how to present html content in browse

2012-05-04 Thread okayndc
nt to call that field type "text_stripped" to avoid > confusion with a simple text field > > You can add HTMLStripCharFilterFactory to some other field type that you > might want to use, but this "charFilter" needs to be before the > "tokenizer". The "

Re: how to present html content in browse

2012-05-04 Thread Jack Krupansky
kenizer". The "text" field type above is just an example. -- Jack Krupansky -----Original Message- From: okayndc Sent: Friday, May 04, 2012 1:01 PM To: solr-user@lucene.apache.org Subject: Re: how to present html content in browse Hello, I'm having a hard time und

Re: how to present html content in browse

2012-05-04 Thread okayndc
w the content in html format, not in text format. Any > > ideas? > > > > -- > > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-present-html-content-in-browse-tp3960327.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > > -- > Lance Norskog > goks...@gmail.com >

Re: how to present html content in browse

2012-05-03 Thread Lance Norskog
t; View this message in context: > http://lucene.472066.n3.nabble.com/how-to-present-html-content-in-browse-tp3960327.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

how to present html content in browse

2012-05-03 Thread srini
I am indexing records from database using DIH. The content of my record is in html format. When I use browse I would like to show the content in html format, not in text format. Any ideas? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-present-html-content-in-browse