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

/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DMockDataSource.java46 Iterable<Map<String, Object>> collection) {
47 cache.put(query, collection);
45 setCollection(String query, Iterable<Map<String, Object>> collection) argument
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/sampling/
H A DRepeatableSampler.java67 * locations of <code>collection</code>, chosen using
69 * @param collection The values from which a sample is wanted.
72 * @return An array of values chosen from the collection.
75 private static int[] repeatableSample(ScoredDocIDs collection, argument
78 return repeatableSample(collection, collectionSize,
84 * locations of <code>collection</code>, chosen using <code>algorithm</code>.
85 * @param collection The values from which a sample is wanted.
91 * @return An array of values chosen from the collection.
93 private static int[] repeatableSample(ScoredDocIDs collection, argument
97 if (collection
148 sample1(ScoredDocIDs collection, int collectionSize, int[] sample, long[] times) argument
270 sample2(ScoredDocIDs collection, int collectionSize, int[] sample, long[] times) argument
[all...]

Completed in 17 milliseconds