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

/lucene-3.6.0/solr/core/src/java/org/apache/solr/request/
H A DUnInvertedField.java6 * (the "License"); you may not use this file except in compliance with
71 * and will use a set intersection method during faceting.
103 final AtomicLong use = new AtomicLong(); // number of uses field in class:UnInvertedField
202 // threshold, over which we use set intersections instead of counting
448 use.incrementAndGet();
495 // TODO: when iterator across negative elements is available, use that
569 // NOTE: we use c>min rather than c>=min as an optimization because we are going in
580 //long pair = (((long)c)<<32) | (0x7fffffff-i) ; // use if priority queue
597 //int tnum = 0x7fffffff - (int)p.longValue(); // use if priority queue
660 * @param searcher The Searcher to use t
[all...]

Completed in 13 milliseconds