Searched refs:collection (Results 1 - 4 of 4) sorted by relevance

/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...]
/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
H A DDocBuilder.java341 LOG.info("Starting delta collection.");
794 Collection collection = (Collection) value;
795 for (Object o : collection) {
807 Collection collection = (Collection) value;
808 for (Object o : collection) {
879 Collection collection = (Collection) value;
881 for (Object o : collection) {
887 for (Object o : collection) {
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Dcontrols.js786 var collection = this.options.collection || [];
788 collection.each(function(e,i) {

Completed in 740 milliseconds