Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32D5718913 for ; Fri, 5 Feb 2016 17:40:03 +0000 (UTC) Received: (qmail 2101 invoked by uid 500); 5 Feb 2016 17:39:49 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 1978 invoked by uid 99); 5 Feb 2016 17:39:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 17:39:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9042DFF96; Fri, 5 Feb 2016 17:39:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mikemccand@apache.org To: commits@lucene.apache.org Date: Fri, 05 Feb 2016 17:40:05 -0000 Message-Id: In-Reply-To: <16a2723d02a24e8186f11abefb0e5478@git.apache.org> References: <16a2723d02a24e8186f11abefb0e5478@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/61] [abbrv] [partial] lucene-solr git commit: LUCENE-7013: Move license header to top of file http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsQuery.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsQuery.java b/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsQuery.java index 03e38fe..5bd8c4c 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsQuery.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.Set; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreCollector.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreCollector.java b/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreCollector.java index b02d6e5..57a8442 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreCollector.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import org.apache.lucene.index.DocValues; import org.apache.lucene.index.LeafReaderContext; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreQuery.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreQuery.java b/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreQuery.java index 7e8d16a..a85dfa3 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreQuery.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/GlobalOrdinalsWithScoreQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import org.apache.lucene.index.DocValues; import org.apache.lucene.index.IndexReader; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/JoinUtil.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/JoinUtil.java b/lucene/join/src/java/org/apache/lucene/search/join/JoinUtil.java index c36591b..11a44a5 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/JoinUtil.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/JoinUtil.java @@ -1,12 +1,3 @@ -package org.apache.lucene.search.join; - -import java.io.IOException; -import java.util.Locale; - -import org.apache.lucene.document.FieldType.LegacyNumericType; -import org.apache.lucene.index.BinaryDocValues; -import org.apache.lucene.index.DocValuesType; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -23,6 +14,14 @@ import org.apache.lucene.index.DocValuesType; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; + +import java.io.IOException; +import java.util.Locale; + +import org.apache.lucene.document.FieldType.LegacyNumericType; +import org.apache.lucene.index.BinaryDocValues; +import org.apache.lucene.index.DocValuesType; import org.apache.lucene.index.IndexReader; import org.apache.lucene.index.LeafReader; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/QueryBitSetProducer.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/QueryBitSetProducer.java b/lucene/join/src/java/org/apache/lucene/search/join/QueryBitSetProducer.java index 70c3e96..98d85cd 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/QueryBitSetProducer.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/QueryBitSetProducer.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.Collections; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/ScoreMode.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/ScoreMode.java b/lucene/join/src/java/org/apache/lucene/search/join/ScoreMode.java index dd4f89a..35dff8d 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/ScoreMode.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/ScoreMode.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; /** * How to aggregate multiple child hit scores into a single parent score. http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/TermsCollector.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/TermsCollector.java b/lucene/join/src/java/org/apache/lucene/search/join/TermsCollector.java index ea8208a..f2b3d42 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/TermsCollector.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/TermsCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/TermsIncludingScoreQuery.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/TermsIncludingScoreQuery.java b/lucene/join/src/java/org/apache/lucene/search/join/TermsIncludingScoreQuery.java index 3490d06..7c03103 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/TermsIncludingScoreQuery.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/TermsIncludingScoreQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.io.PrintStream; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/TermsQuery.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/TermsQuery.java b/lucene/join/src/java/org/apache/lucene/search/join/TermsQuery.java index f46b0ba..eabc72a 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/TermsQuery.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/TermsQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import org.apache.lucene.index.FilteredTermsEnum; import org.apache.lucene.index.Terms; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/TermsWithScoreCollector.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/TermsWithScoreCollector.java b/lucene/join/src/java/org/apache/lucene/search/join/TermsWithScoreCollector.java index 61ba8b1..a11dcec 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/TermsWithScoreCollector.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/TermsWithScoreCollector.java @@ -1,8 +1,3 @@ -package org.apache.lucene.search.join; - -import java.io.IOException; -import java.util.Arrays; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -19,6 +14,10 @@ import java.util.Arrays; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; + +import java.io.IOException; +import java.util.Arrays; import org.apache.lucene.index.BinaryDocValues; import org.apache.lucene.index.SortedSetDocValues; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/ToChildBlockJoinQuery.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/ToChildBlockJoinQuery.java b/lucene/join/src/java/org/apache/lucene/search/join/ToChildBlockJoinQuery.java index 7d42d3f..d381cae 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/ToChildBlockJoinQuery.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/ToChildBlockJoinQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinCollector.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinCollector.java b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinCollector.java index 1b5c48d..94b3e71 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinCollector.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinIndexSearcher.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinIndexSearcher.java b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinIndexSearcher.java index 18ff748..84a02a3 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinIndexSearcher.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinIndexSearcher.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.List; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinQuery.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinQuery.java b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinQuery.java index b6f41b2..f004fde 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinQuery.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinSortField.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinSortField.java b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinSortField.java index 5623c6e..183b7dd 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinSortField.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/ToParentBlockJoinSortField.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import org.apache.lucene.index.DocValues; import org.apache.lucene.index.LeafReaderContext; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/java/org/apache/lucene/search/join/package-info.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/java/org/apache/lucene/search/join/package-info.java b/lucene/join/src/java/org/apache/lucene/search/join/package-info.java index 6133f99..6b22185 100644 --- a/lucene/join/src/java/org/apache/lucene/search/join/package-info.java +++ b/lucene/join/src/java/org/apache/lucene/search/join/package-info.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support for index-time and query-time joins. *

Index-time joins

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java index c4f6626..35b75a6 100644 --- a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java +++ b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSelector.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSelector.java b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSelector.java index ff240cc..c4cdc3b 100644 --- a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSelector.java +++ b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSelector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,7 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ - +package org.apache.lucene.search.join; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSorting.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSorting.java b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSorting.java index 27ff1b3..8b2a0bd 100644 --- a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSorting.java +++ b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinSorting.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import org.apache.lucene.analysis.MockAnalyzer; import org.apache.lucene.document.Document; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinValidation.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinValidation.java b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinValidation.java index 5b50e6f..423188d 100644 --- a/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinValidation.java +++ b/lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoinValidation.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.util.ArrayList; import java.util.List; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/test/org/apache/lucene/search/join/TestCheckJoinIndex.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/test/org/apache/lucene/search/join/TestCheckJoinIndex.java b/lucene/join/src/test/org/apache/lucene/search/join/TestCheckJoinIndex.java index 214c103..5fa4c17 100644 --- a/lucene/join/src/test/org/apache/lucene/search/join/TestCheckJoinIndex.java +++ b/lucene/join/src/test/org/apache/lucene/search/join/TestCheckJoinIndex.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search.join; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search.join; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search.join; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/join/src/test/org/apache/lucene/search/join/TestJoinUtil.java ---------------------------------------------------------------------- diff --git a/lucene/join/src/test/org/apache/lucene/search/join/TestJoinUtil.java b/lucene/join/src/test/org/apache/lucene/search/join/TestJoinUtil.java index 816a8fc..44fd401 100644 --- a/lucene/join/src/test/org/apache/lucene/search/join/TestJoinUtil.java +++ b/lucene/join/src/test/org/apache/lucene/search/join/TestJoinUtil.java @@ -1,3 +1,19 @@ +/* + * 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. + */ package org.apache.lucene.search.join; import java.io.IOException; @@ -77,23 +93,6 @@ import org.apache.lucene.util.TestUtil; import org.apache.lucene.util.packed.PackedInts; import org.junit.Test; -/* - * 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. - */ - import com.carrotsearch.randomizedtesting.generators.RandomInts; import com.carrotsearch.randomizedtesting.generators.RandomPicks; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java ---------------------------------------------------------------------- diff --git a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java index e5e461b..5003ec5 100644 --- a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java +++ b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index.memory; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index.memory; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index.memory; import java.io.IOException; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/memory/src/java/org/apache/lucene/index/memory/package-info.java ---------------------------------------------------------------------- diff --git a/lucene/memory/src/java/org/apache/lucene/index/memory/package-info.java b/lucene/memory/src/java/org/apache/lucene/index/memory/package-info.java index c0a17d6..f606a54 100644 --- a/lucene/memory/src/java/org/apache/lucene/index/memory/package-info.java +++ b/lucene/memory/src/java/org/apache/lucene/index/memory/package-info.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * High-performance single-document main memory Apache Lucene fulltext search index. */ http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java ---------------------------------------------------------------------- diff --git a/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java b/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java index 6f88904..c8b352a 100644 --- a/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java +++ b/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index.memory; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index.memory; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index.memory; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstRAMDir.java ---------------------------------------------------------------------- diff --git a/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstRAMDir.java b/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstRAMDir.java index bbdfb09..e29e8c8 100644 --- a/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstRAMDir.java +++ b/lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstRAMDir.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index.memory; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index.memory; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index.memory; import java.io.BufferedReader; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/document/LazyDocument.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/document/LazyDocument.java b/lucene/misc/src/java/org/apache/lucene/document/LazyDocument.java index be8e07d..c1683a7 100644 --- a/lucene/misc/src/java/org/apache/lucene/document/LazyDocument.java +++ b/lucene/misc/src/java/org/apache/lucene/document/LazyDocument.java @@ -1,11 +1,10 @@ -package org.apache.lucene.document; - /* - * Copyright 2004 The Apache Software Foundation - * - * Licensed 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 + * 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 * @@ -15,6 +14,8 @@ package org.apache.lucene.document; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.document; + import java.io.IOException; import java.io.Reader; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/index/MergeReaderWrapper.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/index/MergeReaderWrapper.java b/lucene/misc/src/java/org/apache/lucene/index/MergeReaderWrapper.java index 3059650..dba5c91 100644 --- a/lucene/misc/src/java/org/apache/lucene/index/MergeReaderWrapper.java +++ b/lucene/misc/src/java/org/apache/lucene/index/MergeReaderWrapper.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/index/MultiPassIndexSplitter.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/index/MultiPassIndexSplitter.java b/lucene/misc/src/java/org/apache/lucene/index/MultiPassIndexSplitter.java index 13632fe..94c7003 100644 --- a/lucene/misc/src/java/org/apache/lucene/index/MultiPassIndexSplitter.java +++ b/lucene/misc/src/java/org/apache/lucene/index/MultiPassIndexSplitter.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.nio.file.Files; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/index/PKIndexSplitter.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/index/PKIndexSplitter.java b/lucene/misc/src/java/org/apache/lucene/index/PKIndexSplitter.java index e2b8138..49ec6a2 100644 --- a/lucene/misc/src/java/org/apache/lucene/index/PKIndexSplitter.java +++ b/lucene/misc/src/java/org/apache/lucene/index/PKIndexSplitter.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.util.List; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/index/Sorter.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/index/Sorter.java b/lucene/misc/src/java/org/apache/lucene/index/Sorter.java index e99e8ee..7e4e475 100644 --- a/lucene/misc/src/java/org/apache/lucene/index/Sorter.java +++ b/lucene/misc/src/java/org/apache/lucene/index/Sorter.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.util.Comparator; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/index/SortingLeafReader.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/index/SortingLeafReader.java b/lucene/misc/src/java/org/apache/lucene/index/SortingLeafReader.java index 876fa81..12cee20 100644 --- a/lucene/misc/src/java/org/apache/lucene/index/SortingLeafReader.java +++ b/lucene/misc/src/java/org/apache/lucene/index/SortingLeafReader.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/index/SortingMergePolicy.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/index/SortingMergePolicy.java b/lucene/misc/src/java/org/apache/lucene/index/SortingMergePolicy.java index 13797ef..94dd15d 100644 --- a/lucene/misc/src/java/org/apache/lucene/index/SortingMergePolicy.java +++ b/lucene/misc/src/java/org/apache/lucene/index/SortingMergePolicy.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/misc/GetTermInfo.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/misc/GetTermInfo.java b/lucene/misc/src/java/org/apache/lucene/misc/GetTermInfo.java index 6bd9a4b..829f3ed 100644 --- a/lucene/misc/src/java/org/apache/lucene/misc/GetTermInfo.java +++ b/lucene/misc/src/java/org/apache/lucene/misc/GetTermInfo.java @@ -1,5 +1,3 @@ -package org.apache.lucene.misc; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.misc; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.misc; import java.nio.file.Paths; import java.util.Locale; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/misc/HighFreqTerms.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/misc/HighFreqTerms.java b/lucene/misc/src/java/org/apache/lucene/misc/HighFreqTerms.java index 7332a37..01a2d9d 100644 --- a/lucene/misc/src/java/org/apache/lucene/misc/HighFreqTerms.java +++ b/lucene/misc/src/java/org/apache/lucene/misc/HighFreqTerms.java @@ -1,5 +1,3 @@ -package org.apache.lucene.misc; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.misc; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.misc; import org.apache.lucene.index.DirectoryReader; import org.apache.lucene.index.IndexReader; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/misc/IndexMergeTool.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/misc/IndexMergeTool.java b/lucene/misc/src/java/org/apache/lucene/misc/IndexMergeTool.java index c0d17de..a63c16b 100644 --- a/lucene/misc/src/java/org/apache/lucene/misc/IndexMergeTool.java +++ b/lucene/misc/src/java/org/apache/lucene/misc/IndexMergeTool.java @@ -1,11 +1,10 @@ -package org.apache.lucene.misc; - /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * @@ -15,6 +14,7 @@ package org.apache.lucene.misc; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.misc; import org.apache.lucene.index.IndexWriter; import org.apache.lucene.index.IndexWriterConfig; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java b/lucene/misc/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java index 5c9e8b6..ce26080 100644 --- a/lucene/misc/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java +++ b/lucene/misc/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.lucene.misc; import org.apache.lucene.search.similarities.ClassicSimilarity; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/misc/TermStats.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/misc/TermStats.java b/lucene/misc/src/java/org/apache/lucene/misc/TermStats.java index 1c38f1d..5c4f569 100644 --- a/lucene/misc/src/java/org/apache/lucene/misc/TermStats.java +++ b/lucene/misc/src/java/org/apache/lucene/misc/TermStats.java @@ -1,5 +1,3 @@ -package org.apache.lucene.misc; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.misc; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.misc; import org.apache.lucene.util.BytesRef; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/misc/package-info.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/misc/package-info.java b/lucene/misc/src/java/org/apache/lucene/misc/package-info.java index 6067a6e..94a2133 100644 --- a/lucene/misc/src/java/org/apache/lucene/misc/package-info.java +++ b/lucene/misc/src/java/org/apache/lucene/misc/package-info.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Miscellaneous index tools. */ http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/search/BlockJoinComparatorSource.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/search/BlockJoinComparatorSource.java b/lucene/misc/src/java/org/apache/lucene/search/BlockJoinComparatorSource.java index ac0bf97..03a2cb8 100644 --- a/lucene/misc/src/java/org/apache/lucene/search/BlockJoinComparatorSource.java +++ b/lucene/misc/src/java/org/apache/lucene/search/BlockJoinComparatorSource.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/search/DiversifiedTopDocsCollector.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/search/DiversifiedTopDocsCollector.java b/lucene/misc/src/java/org/apache/lucene/search/DiversifiedTopDocsCollector.java index 0406577..f2016cc 100644 --- a/lucene/misc/src/java/org/apache/lucene/search/DiversifiedTopDocsCollector.java +++ b/lucene/misc/src/java/org/apache/lucene/search/DiversifiedTopDocsCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,8 @@ package org.apache.lucene.search; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search; + import java.io.IOException; import java.util.HashMap; import java.util.Map; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/search/EarlyTerminatingSortingCollector.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/search/EarlyTerminatingSortingCollector.java b/lucene/misc/src/java/org/apache/lucene/search/EarlyTerminatingSortingCollector.java index 8a963c0..5d82be4 100644 --- a/lucene/misc/src/java/org/apache/lucene/search/EarlyTerminatingSortingCollector.java +++ b/lucene/misc/src/java/org/apache/lucene/search/EarlyTerminatingSortingCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search; import java.io.IOException; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/store/NativePosixUtil.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/store/NativePosixUtil.java b/lucene/misc/src/java/org/apache/lucene/store/NativePosixUtil.java index 0618318..6397ec7 100644 --- a/lucene/misc/src/java/org/apache/lucene/store/NativePosixUtil.java +++ b/lucene/misc/src/java/org/apache/lucene/store/NativePosixUtil.java @@ -1,5 +1,3 @@ -package org.apache.lucene.store; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.store; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.store; import java.io.IOException; import java.io.FileDescriptor; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/store/NativeUnixDirectory.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/store/NativeUnixDirectory.java b/lucene/misc/src/java/org/apache/lucene/store/NativeUnixDirectory.java index 51d7e92..a0e39c0 100644 --- a/lucene/misc/src/java/org/apache/lucene/store/NativeUnixDirectory.java +++ b/lucene/misc/src/java/org/apache/lucene/store/NativeUnixDirectory.java @@ -1,21 +1,20 @@ -package org.apache.lucene.store; - /* * 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 - * + * 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. + * 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. */ +package org.apache.lucene.store; import java.io.EOFException; import java.io.FileDescriptor; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/store/RAFDirectory.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/store/RAFDirectory.java b/lucene/misc/src/java/org/apache/lucene/store/RAFDirectory.java index 94be104..b121815 100644 --- a/lucene/misc/src/java/org/apache/lucene/store/RAFDirectory.java +++ b/lucene/misc/src/java/org/apache/lucene/store/RAFDirectory.java @@ -1,5 +1,3 @@ -package org.apache.lucene.store; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.store; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.store; import java.io.EOFException; import java.io.File; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java b/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java index dd8cb6c..d385399 100644 --- a/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java +++ b/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java @@ -1,21 +1,20 @@ -package org.apache.lucene.store; - /* * 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 - * + * 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. + * 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. */ +package org.apache.lucene.store; import java.io.IOException; import java.io.EOFException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/uninverting/DocTermOrds.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/uninverting/DocTermOrds.java b/lucene/misc/src/java/org/apache/lucene/uninverting/DocTermOrds.java index 07c5a95..6ef09ce 100644 --- a/lucene/misc/src/java/org/apache/lucene/uninverting/DocTermOrds.java +++ b/lucene/misc/src/java/org/apache/lucene/uninverting/DocTermOrds.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.lucene.uninverting; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCache.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCache.java b/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCache.java index 8647da2..314d6aa 100644 --- a/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCache.java +++ b/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCache.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.io.PrintStream; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheImpl.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheImpl.java b/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheImpl.java index 85c1bba..94e53bd 100644 --- a/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheImpl.java +++ b/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheImpl.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.io.PrintStream; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheSanityChecker.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheSanityChecker.java b/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheSanityChecker.java index 75d3ce9..e41857e 100644 --- a/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheSanityChecker.java +++ b/lucene/misc/src/java/org/apache/lucene/uninverting/FieldCacheSanityChecker.java @@ -1,10 +1,10 @@ -package org.apache.lucene.uninverting; /* - * Copyright 2009 The Apache Software Foundation - * - * Licensed 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 + * 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 * @@ -14,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.util.ArrayList; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/uninverting/UninvertingReader.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/uninverting/UninvertingReader.java b/lucene/misc/src/java/org/apache/lucene/uninverting/UninvertingReader.java index b269a02..9f96b4f 100644 --- a/lucene/misc/src/java/org/apache/lucene/uninverting/UninvertingReader.java +++ b/lucene/misc/src/java/org/apache/lucene/uninverting/UninvertingReader.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/uninverting/package-info.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/uninverting/package-info.java b/lucene/misc/src/java/org/apache/lucene/uninverting/package-info.java index a4e8521..73dddcf 100644 --- a/lucene/misc/src/java/org/apache/lucene/uninverting/package-info.java +++ b/lucene/misc/src/java/org/apache/lucene/uninverting/package-info.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support for creating docvalues on-the-fly from the inverted index at runtime. */ http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java b/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java index a8a7249..aa08344 100644 --- a/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java +++ b/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java @@ -1,5 +1,3 @@ -package org.apache.lucene.util.fst; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.util.fst; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.util.fst; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/java/org/apache/lucene/util/fst/UpToTwoPositiveIntOutputs.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/java/org/apache/lucene/util/fst/UpToTwoPositiveIntOutputs.java b/lucene/misc/src/java/org/apache/lucene/util/fst/UpToTwoPositiveIntOutputs.java index e2fb598..3d54036 100644 --- a/lucene/misc/src/java/org/apache/lucene/util/fst/UpToTwoPositiveIntOutputs.java +++ b/lucene/misc/src/java/org/apache/lucene/util/fst/UpToTwoPositiveIntOutputs.java @@ -1,5 +1,3 @@ -package org.apache.lucene.util.fst; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.util.fst; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.util.fst; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/IndexSortingTest.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/IndexSortingTest.java b/lucene/misc/src/test/org/apache/lucene/index/IndexSortingTest.java index ac95fc6..8b384f4 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/IndexSortingTest.java +++ b/lucene/misc/src/test/org/apache/lucene/index/IndexSortingTest.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.util.ArrayList; import java.util.Collections; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/SorterTestBase.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/SorterTestBase.java b/lucene/misc/src/test/org/apache/lucene/index/SorterTestBase.java index 3c9ff5e..93caa701 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/SorterTestBase.java +++ b/lucene/misc/src/test/org/apache/lucene/index/SorterTestBase.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/SortingLeafReaderTest.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/SortingLeafReaderTest.java b/lucene/misc/src/test/org/apache/lucene/index/SortingLeafReaderTest.java index 6173376..6052ab5 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/SortingLeafReaderTest.java +++ b/lucene/misc/src/test/org/apache/lucene/index/SortingLeafReaderTest.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/TestBlockJoinSorter.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/TestBlockJoinSorter.java b/lucene/misc/src/test/org/apache/lucene/index/TestBlockJoinSorter.java index 7c281b0..4a0d2b5 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/TestBlockJoinSorter.java +++ b/lucene/misc/src/test/org/apache/lucene/index/TestBlockJoinSorter.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/TestMultiPassIndexSplitter.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/TestMultiPassIndexSplitter.java b/lucene/misc/src/test/org/apache/lucene/index/TestMultiPassIndexSplitter.java index 5b87bf8..a83fe83 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/TestMultiPassIndexSplitter.java +++ b/lucene/misc/src/test/org/apache/lucene/index/TestMultiPassIndexSplitter.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import org.apache.lucene.analysis.MockAnalyzer; import org.apache.lucene.document.Document; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/TestPKIndexSplitter.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/TestPKIndexSplitter.java b/lucene/misc/src/test/org/apache/lucene/index/TestPKIndexSplitter.java index b615764..931c204 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/TestPKIndexSplitter.java +++ b/lucene/misc/src/test/org/apache/lucene/index/TestPKIndexSplitter.java @@ -1,21 +1,20 @@ -package org.apache.lucene.index; - /* * 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 - * + * 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. + * 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. */ +package org.apache.lucene.index; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/index/TestSortingMergePolicy.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/index/TestSortingMergePolicy.java b/lucene/misc/src/test/org/apache/lucene/index/TestSortingMergePolicy.java index 9a76fad..c763c69 100644 --- a/lucene/misc/src/test/org/apache/lucene/index/TestSortingMergePolicy.java +++ b/lucene/misc/src/test/org/apache/lucene/index/TestSortingMergePolicy.java @@ -1,5 +1,3 @@ -package org.apache.lucene.index; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.index; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.index; import java.io.IOException; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java b/lucene/misc/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java index d42e63f..b618654 100644 --- a/lucene/misc/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java +++ b/lucene/misc/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java @@ -1,4 +1,3 @@ - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -15,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.lucene.misc; import org.apache.lucene.search.similarities.ClassicSimilarity; @@ -25,7 +23,6 @@ import org.apache.lucene.search.similarities.TFIDFSimilarity; import org.apache.lucene.util.LuceneTestCase; import org.apache.lucene.index.FieldInvertState; - /** * Test of the SweetSpotSimilarity */ http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/misc/TestHighFreqTerms.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/misc/TestHighFreqTerms.java b/lucene/misc/src/test/org/apache/lucene/misc/TestHighFreqTerms.java index fcc9fe7..fba5270 100644 --- a/lucene/misc/src/test/org/apache/lucene/misc/TestHighFreqTerms.java +++ b/lucene/misc/src/test/org/apache/lucene/misc/TestHighFreqTerms.java @@ -1,5 +1,3 @@ -package org.apache.lucene.misc; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.misc; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.misc; import java.util.Random; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/search/TestDiversifiedTopDocsCollector.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/search/TestDiversifiedTopDocsCollector.java b/lucene/misc/src/test/org/apache/lucene/search/TestDiversifiedTopDocsCollector.java index 8919c50..3fbe14a 100644 --- a/lucene/misc/src/test/org/apache/lucene/search/TestDiversifiedTopDocsCollector.java +++ b/lucene/misc/src/test/org/apache/lucene/search/TestDiversifiedTopDocsCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search; import java.io.IOException; import java.util.HashMap; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/search/TestEarlyTerminatingSortingCollector.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/search/TestEarlyTerminatingSortingCollector.java b/lucene/misc/src/test/org/apache/lucene/search/TestEarlyTerminatingSortingCollector.java index 95844ff..14bd437 100644 --- a/lucene/misc/src/test/org/apache/lucene/search/TestEarlyTerminatingSortingCollector.java +++ b/lucene/misc/src/test/org/apache/lucene/search/TestEarlyTerminatingSortingCollector.java @@ -1,5 +1,3 @@ -package org.apache.lucene.search; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.search; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.search; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/store/TestRAFDirectory.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/store/TestRAFDirectory.java b/lucene/misc/src/test/org/apache/lucene/store/TestRAFDirectory.java index db84b43..5a2981f 100644 --- a/lucene/misc/src/test/org/apache/lucene/store/TestRAFDirectory.java +++ b/lucene/misc/src/test/org/apache/lucene/store/TestRAFDirectory.java @@ -1,5 +1,3 @@ -package org.apache.lucene.store; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.store; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.store; import java.io.IOException; import java.nio.file.Path; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestDocTermOrds.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestDocTermOrds.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestDocTermOrds.java index dcf768e..8c1fae7 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestDocTermOrds.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestDocTermOrds.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java index 64f2f9d..215e9a3 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java @@ -1,11 +1,10 @@ -package org.apache.lucene.uninverting; - /* - * Copyright 2004 The Apache Software Foundation - * - * Licensed 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 + * 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 * @@ -15,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.ByteArrayOutputStream; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java index c10ec13..a85731f 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import org.apache.lucene.analysis.MockAnalyzer; import org.apache.lucene.document.Document; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSanityChecker.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSanityChecker.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSanityChecker.java index b6e83df..f7dc048 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSanityChecker.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSanityChecker.java @@ -1,11 +1,10 @@ -package org.apache.lucene.uninverting; - /* - * Copyright 2009 The Apache Software Foundation - * - * Licensed 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 + * 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 * @@ -15,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSort.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSort.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSort.java index e2f669d..55d6714 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSort.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSort.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.util.Collections; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSortRandom.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSortRandom.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSortRandom.java index a6961c8..0b6292d 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSortRandom.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheSortRandom.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheVsDocValues.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheVsDocValues.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheVsDocValues.java index 6223ff7..1b14522 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheVsDocValues.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheVsDocValues.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import static org.apache.lucene.index.SortedSetDocValues.NO_MORE_ORDS; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheWithThreads.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheWithThreads.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheWithThreads.java index aa51b24..9b05ee1 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheWithThreads.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheWithThreads.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms32.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms32.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms32.java index 0400f5f..bc85db4 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms32.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms32.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.util.HashMap; import java.util.Map; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms64.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms64.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms64.java index abc8933..d9fcc92 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms64.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestNumericTerms64.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.util.HashMap; import java.util.Map; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/uninverting/TestUninvertingReader.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/uninverting/TestUninvertingReader.java b/lucene/misc/src/test/org/apache/lucene/uninverting/TestUninvertingReader.java index afcd339..99df329 100644 --- a/lucene/misc/src/test/org/apache/lucene/uninverting/TestUninvertingReader.java +++ b/lucene/misc/src/test/org/apache/lucene/uninverting/TestUninvertingReader.java @@ -1,5 +1,3 @@ -package org.apache.lucene.uninverting; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.uninverting; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.uninverting; import java.io.IOException; import java.util.EnumSet; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/misc/src/test/org/apache/lucene/util/fst/TestFSTsMisc.java ---------------------------------------------------------------------- diff --git a/lucene/misc/src/test/org/apache/lucene/util/fst/TestFSTsMisc.java b/lucene/misc/src/test/org/apache/lucene/util/fst/TestFSTsMisc.java index 9ffa011..40ec31e 100644 --- a/lucene/misc/src/test/org/apache/lucene/util/fst/TestFSTsMisc.java +++ b/lucene/misc/src/test/org/apache/lucene/util/fst/TestFSTsMisc.java @@ -1,5 +1,3 @@ -package org.apache.lucene.util.fst; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.util.fst; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.util.fst; import java.io.IOException; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/queries/src/java/org/apache/lucene/queries/BoostingQuery.java ---------------------------------------------------------------------- diff --git a/lucene/queries/src/java/org/apache/lucene/queries/BoostingQuery.java b/lucene/queries/src/java/org/apache/lucene/queries/BoostingQuery.java index 914f573..022d838 100644 --- a/lucene/queries/src/java/org/apache/lucene/queries/BoostingQuery.java +++ b/lucene/queries/src/java/org/apache/lucene/queries/BoostingQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.queries; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,7 @@ package org.apache.lucene.queries; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.queries; import java.io.IOException; import java.util.Objects; http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/813ca772/lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java ---------------------------------------------------------------------- diff --git a/lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java b/lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java index 6dcae00..dd90237 100644 --- a/lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java +++ b/lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java @@ -1,5 +1,3 @@ -package org.apache.lucene.queries; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,8 @@ package org.apache.lucene.queries; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.lucene.queries; + import java.io.IOException; import java.util.ArrayList; import java.util.List;