Searched defs:getValue (Results 1 - 25 of 51) sorted by relevance

123

/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/core/nodes/
H A DValueQueryNode.java28 public T getValue(); method in interface:ValueQueryNode
H A DOpaqueQueryNode.java78 public CharSequence getValue() { method in class:OpaqueQueryNode
H A DBoostQueryNode.java84 public float getValue() { method in class:BoostQueryNode
H A DPhraseSlopQueryNode.java56 public int getValue() { method in class:PhraseSlopQueryNode
H A DSlopQueryNode.java63 public int getValue() { method in class:SlopQueryNode
H A DFieldQueryNode.java184 public CharSequence getValue() { method in class:FieldQueryNode
H A DPathQueryNode.java85 public CharSequence getValue() { method in class:PathQueryNode.QueryText
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/quality/
H A DQualityQuery.java60 public String getValue(String name) { method in class:QualityQuery
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/function/
H A DLiteralValueSource.java36 public String getValue() { method in class:LiteralValueSource
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/results/
H A DFacetResultNode.java73 public double getValue(); method in interface:FacetResultNode
105 * @see #getValue()
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/parser/
H A DToken.java64 public Object getValue() { method in class:Token
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/
H A DToken.java64 public Object getValue() { method in class:Token
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DToken.java64 public Object getValue() { method in class:Token
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DWeight.java65 public abstract float getValue(); method in class:Weight
H A DExplanation.java42 * @see #getValue
45 return (0.0f < getValue());
51 public float getValue() { return value; } method in class:Explanation
67 return getValue() + " = " + getDescription();
H A DDisjunctionMaxQuery.java117 public float getValue() { return getBoost(); } method in class:DisjunctionMaxQuery.DisjunctionMaxWeight
171 sum += e.getValue();
172 max = Math.max(max, e.getValue());
H A DMatchAllDocsQuery.java57 score = w.getValue();
102 public float getValue() { method in class:MatchAllDocsQuery.MatchAllDocsWeight
128 (true, getValue(), "MatchAllDocsQuery, product of:");
H A DTermQuery.java80 public float getValue() { return value; } method in class:TermQuery.TermWeight
131 queryExpl.setValue(boostExpl.getValue() *
132 expl.getValue() *
133 queryNormExpl.getValue());
172 fieldExpl.setValue(tfExplanation.getValue() *
173 expl.getValue() *
174 fieldNormExpl.getValue());
180 result.setValue(queryExpl.getValue() * fieldExpl.getValue());
182 if (queryExpl.getValue()
[all...]
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/
H A DToken.java64 public Object getValue() { method in class:Token
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/nodes/
H A DNumericQueryNode.java31 * however the {@link #getValue()} returns a {@link Number}.
128 public Number getValue() { method in class:NumericQueryNode
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/spans/
H A DSpanWeight.java59 public float getValue() { return value; } method in class:SpanWeight
107 queryExpl.setValue(boostExpl.getValue() *
108 idfExpl.getValue() *
109 queryNormExpl.getValue());
131 fieldExpl.setValue(tfExpl.getValue() *
132 idfExpl.getValue() *
133 fieldNormExpl.getValue());
139 result.setValue(queryExpl.getValue() * fieldExpl.getValue());
141 if (queryExpl.getValue()
[all...]
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/search/
H A DAssertingIndexSearcher.java58 public float getValue() { method in class:AssertingIndexSearcher.UnmodifiableWeight
59 return w.getValue();
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/search/
H A DAssertingIndexSearcher.java58 public float getValue() { method in class:AssertingIndexSearcher.UnmodifiableWeight
59 return w.getValue();
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/
H A DSolrInputField.java124 public Object getValue() { method in class:SolrInputField
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/response/
H A DRangeFacet.java107 public String getValue() { method in class:RangeFacet.Count

Completed in 31 milliseconds

123