[ 
https://issues.apache.org/jira/browse/LUCENENET-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237204#comment-13237204
 ] 

Christopher Currens commented on LUCENENET-463:
-----------------------------------------------

I pushed some changes already, namely porting these files:

{noformat}
/incubator/lucene.net/trunk/src/contrib/Highlighter/Contrib.Highlighter.csproj
/incubator/lucene.net/trunk/src/contrib/Highlighter/DefaultEncoder.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/Encoder.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/Formatter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/Fragmenter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/GradientFormatter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/Highlighter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/IEncoder.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/InvalidTokenOffsetsException.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/NullFragmenter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/Package.html
/incubator/lucene.net/trunk/src/contrib/Highlighter/QueryScorer.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/QueryTermExtractor.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/QueryTermScorer.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/Scorer.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/SimpleFragmenter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/SimpleHTMLEncoder.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/SimpleHTMLFormatter.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/WeightedSpanTerm.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/WeightedSpanTermExtractor.cs
/incubator/lucene.net/trunk/src/contrib/Highlighter/WeightedTerm.cs
{noformat}

It's all a moot point though, because the real problem is that Highlighter 
relies on another contrib project we've never ported: MemoryIndex.  In theory 
it shouldn't be too bad, it's only one file (46KB, though...yikes!).  I've 
actually had to comment out parts of the ported Highlighter because it relies 
on this and we don't have it.  So until we port that, Highlighter can't really 
be done.
                
> Would like to be able to use a SimpleSpanFragmenter for extrcting whole 
> sentances 
> ----------------------------------------------------------------------------------
>
>                 Key: LUCENENET-463
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-463
>             Project: Lucene.Net
>          Issue Type: New Feature
>          Components: Lucene.Net Contrib
>            Reporter: Steven
>            Priority: Minor
>             Fix For: Lucene.Net 3.0.3
>
>
> This is described in the Java version, but it does not seem to be in the 
> dot.net port, is there a reason for this as I would have imagined lots of 
> people doing document work would want it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to