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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DParallelMultiSearcher.java42 * <p>Applications usually need only call the inherited {@link #search(Query,int)}
79 public Integer call() throws IOException {
241 public int[] call() throws Exception { method in class:ParallelMultiSearcher.DocumentFrequencyCallable
H A DMultiSearcher.java38 * <p>Applications usually need only call the inherited {@link #search(Query,int)}
216 searchables[i], weight, filter, nDocs, hq, i, starts).call();
239 searchables[i], weight, filter, n, hq, sort, i, starts).call();
380 public TopDocs call() throws IOException { method in class:MultiSearcher.MultiSearcherCallableNoSort
427 public TopFieldDocs call() throws IOException { method in class:MultiSearcher.MultiSearcherCallableWithSort
H A DIndexSearcher.java46 * <p>Applications usually need only call the inherited
63 * thread safe, meaning multiple threads can call any of its
242 public Integer call() throws IOException {
420 * <p>Applications should usually call {@link Searcher#search(Query,int)} or
479 * <p>Applications should usually call {@link
620 * <p>Applications should call {@link Searcher#explain(Query, int)}.
691 public TopDocs call() throws IOException { method in class:IndexSearcher.MultiSearcherCallableNoSort
693 // we could call the 4-arg method, but we want to invoke the old method
778 public TopFieldDocs call() throws IOException { method in class:IndexSearcher.MultiSearcherCallableWithSort
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Deffects.js94 Array.prototype.call = function() {

Completed in 46 milliseconds