|
What this is
Other links
The source code
package org.apache.lucene.index;
import java.io.IOException;
/** Provides access to stored term vector of
* a document field.
*/
public interface TermFreqVector {
/**
*
* @return The field this vector is associated with.
*
*/
public String getField();
/**
* @return The number of terms in the term vector.
*/
public int size();
/**
* @return An Array of term texts in ascending order.
*/
public String[] getTerms();
/** Array of term frequencies. Locations of the array correspond one to one
* to the terms in the array obtained from
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com