Uses of Interface
org.apache.lucene.search.vectorhighlight.BoundaryScanner
-
Packages that use BoundaryScanner Package Description org.apache.lucene.search.vectorhighlight This is an another highlighter implementation. -
-
Uses of BoundaryScanner in org.apache.lucene.search.vectorhighlight
Classes in org.apache.lucene.search.vectorhighlight that implement BoundaryScanner Modifier and Type Class Description classBreakIteratorBoundaryScannerABoundaryScannerimplementation that usesBreakIteratorto find boundaries in the text.classSimpleBoundaryScannerConstructors in org.apache.lucene.search.vectorhighlight with parameters of type BoundaryScanner Constructor Description BaseFragmentsBuilder(String[] preTags, String[] postTags, BoundaryScanner boundaryScanner)BaseFragmentsBuilder(BoundaryScanner boundaryScanner)ScoreOrderFragmentsBuilder(String[] preTags, String[] postTags, BoundaryScanner bs)ScoreOrderFragmentsBuilder(BoundaryScanner bs)SimpleFragmentsBuilder(String[] preTags, String[] postTags, BoundaryScanner bs)SimpleFragmentsBuilder(BoundaryScanner bs)
-