Uses of Class
org.apache.lucene.search.highlight.PositionSpan

Packages that use PositionSpan
org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. 
 

Uses of PositionSpan in org.apache.lucene.search.highlight
 

Methods in org.apache.lucene.search.highlight that return types with arguments of type PositionSpan
 List<PositionSpan> WeightedSpanTerm.getPositionSpans()
           
 

Method parameters in org.apache.lucene.search.highlight with type arguments of type PositionSpan
 void WeightedSpanTerm.addPositionSpans(List<PositionSpan> positionSpans)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.