Searched defs:getTerms (Results 1 - 9 of 9) sorted by relevance

/lucene-3.6.0/lucene/contrib/highlighter/src/java/org/apache/lucene/search/highlight/
H A DQueryTermExtractor.java47 public static final WeightedTerm[] getTerms(Query query) method in class:QueryTermExtractor
49 return getTerms(query,false);
63 WeightedTerm[] terms=getTerms(query,false, fieldName);
94 public static final WeightedTerm[] getTerms(Query query, boolean prohibited, String fieldName) method in class:QueryTermExtractor
101 getTerms(query,terms,prohibited,fieldName);
112 public static final WeightedTerm[] getTerms(Query query, boolean prohibited) method in class:QueryTermExtractor
114 return getTerms(query,prohibited,null);
118 private static final void getTerms(Query query, HashSet<WeightedTerm> terms,boolean prohibited, String fieldName) method in class:QueryTermExtractor
164 getTerms(queryClauses[i].getQuery(), terms, prohibited, fieldName);
169 getTerms(quer
[all...]
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DTermFreqVector.java23 * frequency of getTerms()[5], assuming there are at least 5 terms in the Document.
41 public String[] getTerms(); method in interface:TermFreqVector
45 * to the terms in the array obtained from <code>getTerms</code>
53 * <code>getTerms</code> at which the term with the specified
H A DSegmentTermVector.java62 public String [] getTerms() { method in class:SegmentTermVector
H A DPositionBasedTermVectorMapper.java156 public List<String> getTerms() { method in class:PositionBasedTermVectorMapper.TVPositionInfo
161 * Parallel list (to {@link #getTerms()}) of TermVectorOffsetInfo objects. There may be multiple entries since there may be multiple terms at a position
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/response/
H A DTermsResponse.java52 public List<Term> getTerms(String field) { method in class:TermsResponse
/lucene-3.6.0/lucene/contrib/instantiated/src/java/org/apache/lucene/store/instantiated/
H A DInstantiatedTermFreqVector.java80 public String[] getTerms() { method in class:InstantiatedTermFreqVector
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DQueryTermVector.java132 public String[] getTerms() { method in class:QueryTermVector
H A DPhraseQuery.java98 public Term[] getTerms() { method in class:PhraseQuery
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/
H A DSolrQuery.java89 public boolean getTerms() { method in class:SolrQuery

Completed in 26 milliseconds