Uses of Class
org.apache.lucene.search.vectorhighlight.FieldQuery

Packages that use FieldQuery
org.apache.lucene.search.vectorhighlight This is an another highlighter implementation. 
 

Uses of FieldQuery in org.apache.lucene.search.vectorhighlight
 

Methods in org.apache.lucene.search.vectorhighlight that return FieldQuery
 FieldQuery FastVectorHighlighter.getFieldQuery(Query query)
          create a FieldQuery object.
 

Methods in org.apache.lucene.search.vectorhighlight with parameters of type FieldQuery
 String FastVectorHighlighter.getBestFragment(FieldQuery fieldQuery, IndexReader reader, int docId, String fieldName, int fragCharSize)
          return the best fragment.
 String[] FastVectorHighlighter.getBestFragments(FieldQuery fieldQuery, IndexReader reader, int docId, String fieldName, int fragCharSize, int maxNumFragments)
          return the best fragments.
 

Constructors in org.apache.lucene.search.vectorhighlight with parameters of type FieldQuery
FieldPhraseList(FieldTermStack fieldTermStack, FieldQuery fieldQuery)
          a constructor.
FieldQuery.QueryPhraseMap(FieldQuery fieldQuery)
           
FieldTermStack(IndexReader reader, int docId, String fieldName, FieldQuery fieldQuery)
          a constructor.
 



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