Searched defs:negative (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/solr/core/src/test/org/apache/solr/search/
H A DTestQueryUtils.java61 public void negative(Query q) { method in class:TestQueryUtils
85 negative(bq);
88 negative(bq);
111 assertQ("test negative base q matching nothing",
116 assertQ("test negative base q matching something",
121 assertQ("test negative base q with two terms",
126 assertQ("test negative base q with three terms",
131 assertQ("test negative boolean query",
136 assertQ("test non negative q",
141 assertQ("test non negative
[all...]
H A DTestFiltering.java133 String frangeStr(boolean negative, int l, int u, boolean cache, int cost, boolean exclude) { argument
143 if (negative) {
189 // negative frange.. make it relatively small
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DArrayUtil.java92 boolean negative = chars[offset + i] == '-';
93 if (negative && ++i == len) {
96 if (negative == true){
100 return parse(chars, offset, len, radix, negative);
105 boolean negative) throws NumberFormatException {
125 if (!negative) {
104 parse(char[] chars, int offset, int len, int radix, boolean negative) argument

Completed in 12 milliseconds