[
https://issues.apache.org/jira/browse/SOLR-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733337#comment-13733337
]
Uwe Schindler edited comment on SOLR-4679 at 8/8/13 10:25 AM:
--------------------------------------------------------------
The stuff with ignorableWhitespace was discussed between [~jukkaz] and me in
TIKA-171. I think this was the issue when we decided to emit
ignorableWhitespace for all "synthetic" whitespace added to support text-only
extraction.
[~hossman]: I can take the issue if you like. I am +1 to committing your
current patch, because it makes use of the stuff we decided in TIKA-171. In my
opinion, TIKA-1134 is obsolete but you/I can add a comments there to explain
"one more time" and document under which circumstances TIKA emits
ignorableWhitepsace.
was (Author: thetaphi):
The stuff with ignorableWhitespace was discussed between [~jukkaz] and me
in TIKA-171. I think this was the issue when we decided to emit
ignorableWhitespace for all "synthetic" whitespace added to support-text only
extraction.
[~hossman]: I can take the issue if you like. I am +1 to committing your
current patch, because it makes use of the stuff we decided in TIKA-171. In my
opinion, TIKA-1134 is obsolete but you/I can add a comments there to explain
"one more time" and document under which circumstances TIKA emits
ignorableWhitepsace.
> HTML line breaks (<br>) are removed during indexing; causes wrong search
> results
> --------------------------------------------------------------------------------
>
> Key: SOLR-4679
> URL: https://issues.apache.org/jira/browse/SOLR-4679
> Project: Solr
> Issue Type: Bug
> Components: update
> Affects Versions: 4.2
> Environment: Windows Server 2008 R2, Java 6, Tomcat 7
> Reporter: Christoph Straßer
> Assignee: Uwe Schindler
> Attachments: external.htm, SOLR-4679__weird_TIKA-1134.patch,
> Solr_HtmlLineBreak_Linz_NotFound.png, Solr_HtmlLineBreak_Vienna.png
>
>
> HTML line breaks (<br>, <BR>, <br/>, ...) seem to be removed during
> extraction of content from HTML-Files. They need to be replaced with a empty
> space.
> Test-File:
> <html>
> <head>
> <title>Test mit HTML-Zeilenschaltungen</title>
> </head>
> <p>
> word1<br>word2<br/>
> Some other words, a special name like linz<br>and another special name -
> vienna
> </p>
> </html>
> The Solr-content-attribute contains the following text:
> Test mit HTML-Zeilenschaltungen
> word1word2
> Some other words, a special name like linzand another special name - vienna
> So we are not able to find the word "linz".
> We use the ExtractingRequestHandler to put content into Solr.
> (wiki.apache.org/solr/ExtractingRequestHandler)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]