Uses of Package
org.apache.lucene.search.vectorhighlight

Packages that use org.apache.lucene.search.vectorhighlight
org.apache.lucene.search.vectorhighlight   
org.elasticsearch.search.highlight.vectorhighlight   
 

Classes in org.apache.lucene.search.vectorhighlight used by org.apache.lucene.search.vectorhighlight
AbstractFragmentsBuilder
          Abstract FragmentsBuilder implementation that detects whether highlight hits occurred on a field that is multivalued (Basically fields that have the same name) and splits the highlight snippets according to a single field boundary.
 

Classes in org.apache.lucene.search.vectorhighlight used by org.elasticsearch.search.highlight.vectorhighlight
AbstractFragmentsBuilder
          Abstract FragmentsBuilder implementation that detects whether highlight hits occurred on a field that is multivalued (Basically fields that have the same name) and splits the highlight snippets according to a single field boundary.
XScoreOrderFragmentsBuilder
          An implementation of FragmentsBuilder that outputs score-order fragments.
XSimpleFragmentsBuilder
          A simple implementation of FragmentsBuilder.
 



Copyright © 2009-2012. All Rights Reserved.