Re: HTML analyzer

2007-10-26 Thread Cool Coder
Thanks Ketin for your input. There is already build in HTML strip reader i.e. HTMLStripReader in solr, which I am currently using to strip all HTML tags before creating index. This also solved my earlier problem related to highlighter , which was highlighting HTML tags e.g. I was searching for "

Re: HTML analyzer

2007-10-25 Thread Karl Wettin
25 okt 2007 kl. 20.18 skrev Cool Coder: Is there any analyzer that can be configured All of them can be. I suggest you take a look at the code of any of them, StandardAnalyzer for instance. -- kar