org.apache.lucene.search
Class QueryTermVector
- java.lang.Object
-
- org.apache.lucene.search.QueryTermVector
-
- All Implemented Interfaces:
- TermFreqVector
public class QueryTermVector extends java.lang.Object implements TermFreqVector
-
-
Constructor Summary
Constructors Constructor and Description QueryTermVector(java.lang.String[] queryTerms)QueryTermVector(java.lang.String queryString, Analyzer analyzer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetField()TheFieldablename.int[]getTermFrequencies()Array of term frequencies.java.lang.String[]getTerms()int[]indexesOf(java.lang.String[] terms, int start, int len)Just likeindexOf(int)but searches for a number of terms at the same time.intindexOf(java.lang.String term)Return an index in the term numbers array returned fromgetTermsat which the term with the specifiedtermappears.intsize()java.lang.StringtoString()
-
-
-
Constructor Detail
-
QueryTermVector
public QueryTermVector(java.lang.String[] queryTerms)
- Parameters:
queryTerms- The original list of terms from the query, can contain duplicates
-
QueryTermVector
public QueryTermVector(java.lang.String queryString, Analyzer analyzer)
-
-
Method Detail
-
getField
public java.lang.String getField()
Description copied from interface:TermFreqVectorTheFieldablename.- Specified by:
getFieldin interfaceTermFreqVector- Returns:
- The name of the field this vector is associated with.
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
size
public int size()
- Specified by:
sizein interfaceTermFreqVector- Returns:
- The number of terms in the term vector.
-
getTerms
public java.lang.String[] getTerms()
- Specified by:
getTermsin interfaceTermFreqVector- Returns:
- An Array of term texts in ascending order.
-
getTermFrequencies
public int[] getTermFrequencies()
Description copied from interface:TermFreqVectorArray of term frequencies. Locations of the array correspond one to one to the terms in the array obtained fromgetTermsmethod. Each location in the array contains the number of times this term occurs in the document or the document field.- Specified by:
getTermFrequenciesin interfaceTermFreqVector
-
indexOf
public int indexOf(java.lang.String term)
Description copied from interface:TermFreqVectorReturn an index in the term numbers array returned fromgetTermsat which the term with the specifiedtermappears. If this term does not appear in the array, return -1.- Specified by:
indexOfin interfaceTermFreqVector
-
indexesOf
public int[] indexesOf(java.lang.String[] terms, int start, int len)Description copied from interface:TermFreqVectorJust likeindexOf(int)but searches for a number of terms at the same time. Returns an array that has the same size as the number of terms searched for, each slot containing the result of searching for that term number.- Specified by:
indexesOfin interfaceTermFreqVector- Parameters:
terms- array containing terms to look forstart- index in the array where the list of terms startslen- the number of terms in the list
-
-
DataMelt 3.0 © DataMelt by jWork.ORG