NightOwl888 commented on issue #643:
URL: https://github.com/apache/lucenenet/issues/643#issuecomment-1271001390

   @KuzonCode - There are a few places you might find helpful to look. 
   
   A little Googling turned up this blog post: 
http://makble.com/how-to-do-lucene-search-highlight-example.  
https://blog.mikemccandless.com/ is also a good place to find details about 
Lucene.
   
   It may also help to check out the vector highlighter tests in the 
[Lucene.Net.Tests.Highlighter](https://github.com/apache/lucenenet/tree/b5ea527c5bd125dd1db34d8b914e1a5d72e08ffa/src/Lucene.Net.Tests.Highlighter)
 folder.
   
   > **NOTE:** When viewing these in Visual Studio or trying to find the 
classes under test on NuGet, be aware that the actual classes are split between 
the `Lucene.Net.Tests.Highlighter` project and the `Lucene.Net.Tests.ICU` 
project (the latter can be found below the dotnet folder). The reason for this 
is that .NET has no equivalent to the `BreakIterator` class, so we add a 
dependency on ICU4N in the classes that require it. Generally `BreakIterator` 
is only required when you are dealing with a script that doesn't delineate 
tokens with spaces (such as Thai) or when it is right-to-left (such as Arabic).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to