You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dp...@apache.org on 2017/02/12 16:28:31 UTC

lucene-solr:branch_6x: SOLR-9916: Adds package-info.java to org.apache.solr.client.solrj.io.eval so it passes precommit

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 53beb4989 -> 5c9dace3c


SOLR-9916: Adds package-info.java to org.apache.solr.client.solrj.io.eval so it passes precommit


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5c9dace3
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5c9dace3
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5c9dace3

Branch: refs/heads/branch_6x
Commit: 5c9dace3ca569f6e1be4f1bc39d75c52bd049e6b
Parents: 53beb49
Author: Dennis Gove <dp...@gmail.com>
Authored: Sun Feb 12 11:27:56 2017 -0500
Committer: Dennis Gove <dp...@gmail.com>
Committed: Sun Feb 12 11:28:19 2017 -0500

----------------------------------------------------------------------
 .../solr/client/solrj/io/eval/package-info.java | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5c9dace3/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/package-info.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/package-info.java b/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/package-info.java
new file mode 100644
index 0000000..01440bf
--- /dev/null
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Evaluators for the Streaming Aggregation API
+ **/
+package org.apache.solr.client.solrj.io.eval;