Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
@Ismail -- how do you handle the \r\n stuff in the FileTextContent field for the short description with the results?
thx
Not doing anything I just put into index whatever tika returns. If you want to you can strip out the \r\n using GatheringNode data event.
i ended up just doing a Replace() -what is this GatheringNode data event you speak of ;)
Before the content ends up in index you can using the gatheringNode data event do stuff to it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
convert text in FileTextContent
@Ismail -- how do you handle the \r\n stuff in the FileTextContent field for the short description with the results?
thx
Not doing anything I just put into index whatever tika returns. If you want to you can strip out the \r\n using GatheringNode data event.
i ended up just doing a Replace() -what is this GatheringNode data event you speak of ;)
Before the content ends up in index you can using the gatheringNode data event do stuff to it.
is working on a reply...