From 2fe2e8258454ec507e6bdaabe3f8d5460f38e602 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 4 Apr 2012 05:03:53 +0000 Subject: [PATCH] LUCENE-1866: better RAT reporting git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309248 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 8 ++ lucene/build.xml | 8 ++ lucene/common-build.xml | 74 +++++++++++++++++-- lucene/tools/src/java/lucene-solr.antlib.xml | 18 ++++- .../lucene/validation/LicenseCheckTask.java | 17 +++++ modules/analysis/build.xml | 4 + modules/analysis/common/build.xml | 3 + .../analysis/stempel/src/java/overview.html | 16 ++++ modules/build.xml | 4 + modules/facet/build.xml | 3 + .../enhancements/association/package.html | 16 ++++ .../lucene/facet/enhancements/package.html | 16 ++++ .../facet/enhancements/params/package.html | 16 ++++ .../facet/index/attributes/package.html | 16 ++++ .../facet/index/categorypolicy/package.html | 16 ++++ .../apache/lucene/facet/index/package.html | 16 ++++ .../lucene/facet/index/params/package.html | 16 ++++ .../lucene/facet/index/streaming/package.html | 16 ++++ .../java/org/apache/lucene/facet/package.html | 16 ++++ .../facet/search/aggregator/package.html | 16 ++++ .../apache/lucene/facet/search/package.html | 16 ++++ .../lucene/facet/search/params/package.html | 16 ++++ .../lucene/facet/search/results/package.html | 16 ++++ .../lucene/facet/search/sampling/package.html | 16 ++++ .../facet/taxonomy/directory/package.html | 16 ++++ .../apache/lucene/facet/taxonomy/package.html | 16 ++++ .../taxonomy/writercache/cl2o/package.html | 16 ++++ .../taxonomy/writercache/lru/package.html | 16 ++++ .../facet/taxonomy/writercache/package.html | 16 ++++ .../org/apache/lucene/facet/util/package.html | 16 ++++ .../lucene/util/collections/package.html | 16 ++++ .../apache/lucene/util/encoding/package.html | 16 ++++ .../lucene/search/grouping/package.html | 16 ++++ modules/grouping/src/java/overview.html | 16 ++++ .../apache/lucene/search/join/package.html | 16 ++++ modules/join/src/java/overview.html | 16 ++++ .../messages/MessagesTestBundle.properties | 14 ++++ .../messages/MessagesTestBundle_ja.properties | 14 ++++ .../lucene/queryparser/xml/BooleanFilter.xml | 16 ++++ .../lucene/queryparser/xml/BooleanQuery.xml | 16 ++++ .../lucene/queryparser/xml/BoostingQuery.xml | 16 ++++ .../queryparser/xml/BoostingTermQuery.xml | 16 ++++ .../lucene/queryparser/xml/CachedFilter.xml | 16 ++++ .../queryparser/xml/ConstantScoreQuery.xml | 16 ++++ .../queryparser/xml/DuplicateFilterQuery.xml | 16 ++++ .../queryparser/xml/FuzzyLikeThisQuery.xml | 16 ++++ .../lucene/queryparser/xml/LikeThisQuery.xml | 16 ++++ .../queryparser/xml/MatchAllDocsQuery.xml | 16 ++++ .../queryparser/xml/NestedBooleanQuery.xml | 16 ++++ .../xml/NumericRangeFilterQuery.xml | 16 ++++ .../xml/NumericRangeQueryQuery.xml | 16 ++++ .../queryparser/xml/RangeFilterQuery.xml | 16 ++++ .../lucene/queryparser/xml/SpanQuery.xml | 16 ++++ .../lucene/queryparser/xml/TermQuery.xml | 16 ++++ .../queryparser/xml/TermsFilterQuery.xml | 16 ++++ .../lucene/queryparser/xml/TermsQuery.xml | 16 ++++ .../lucene/queryparser/xml/UserInputQuery.xml | 16 ++++ .../xml/UserInputQueryCustomField.xml | 16 ++++ .../queryparser/xml/albumBooleanQuery.xsl | 16 ++++ .../queryparser/xml/albumFilteredQuery.xsl | 16 ++++ .../xml/albumLuceneClassicQuery.xsl | 16 ++++ modules/suggest/build.xml | 2 + solr/build.xml | 10 +++ .../analysis-extras/src/java/overview.html | 16 ++++ .../contrib/clustering/src/java/overview.html | 16 ++++ .../src/java/overview.html | 16 ++++ .../dataimporthandler/src/java/overview.html | 16 ++++ .../contrib/extraction/src/java/overview.html | 16 ++++ solr/contrib/langid/src/java/overview.html | 16 ++++ solr/contrib/uima/src/java/overview.html | 16 ++++ solr/contrib/velocity/src/java/overview.html | 16 ++++ solr/core/build.xml | 3 + solr/core/src/java/doc-files/tutorial.html | 16 ++++ solr/core/src/java/overview.html | 16 ++++ solr/solrj/src/java/overview.html | 16 ++++ solr/test-framework/src/java/overview.html | 16 ++++ 76 files changed, 1167 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index 32cfd4fec86..3692636940b 100644 --- a/build.xml +++ b/build.xml @@ -46,6 +46,14 @@ + + + + + + + + diff --git a/lucene/build.xml b/lucene/build.xml index 5618da20447..03ddbc54553 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -301,6 +301,14 @@ + + + + + + + + diff --git a/lucene/common-build.xml b/lucene/common-build.xml index ef139e82ba1..e3864e1d145 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -201,6 +201,9 @@ + + + - - - - + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${rat.output} + + + + + + + + + + + + - \ No newline at end of file + diff --git a/lucene/tools/src/java/org/apache/lucene/validation/LicenseCheckTask.java b/lucene/tools/src/java/org/apache/lucene/validation/LicenseCheckTask.java index f743e501323..b9d116bb972 100644 --- a/lucene/tools/src/java/org/apache/lucene/validation/LicenseCheckTask.java +++ b/lucene/tools/src/java/org/apache/lucene/validation/LicenseCheckTask.java @@ -1,5 +1,22 @@ package org.apache.lucene.validation; +/** + * 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 java.io.File; import java.util.ArrayList; import java.util.Iterator; diff --git a/modules/analysis/build.xml b/modules/analysis/build.xml index bdcc4beee8b..11d5b739534 100644 --- a/modules/analysis/build.xml +++ b/modules/analysis/build.xml @@ -116,5 +116,9 @@ + + + + diff --git a/modules/analysis/common/build.xml b/modules/analysis/common/build.xml index 51928166046..40c1365115b 100644 --- a/modules/analysis/common/build.xml +++ b/modules/analysis/common/build.xml @@ -26,6 +26,9 @@ + + + diff --git a/modules/analysis/stempel/src/java/overview.html b/modules/analysis/stempel/src/java/overview.html index c5c3b122bb1..003c83ded59 100644 --- a/modules/analysis/stempel/src/java/overview.html +++ b/modules/analysis/stempel/src/java/overview.html @@ -1,4 +1,20 @@ + diff --git a/modules/build.xml b/modules/build.xml index bb4257ed79b..e90122770da 100644 --- a/modules/build.xml +++ b/modules/build.xml @@ -68,6 +68,10 @@ + + + + diff --git a/modules/facet/build.xml b/modules/facet/build.xml index 57519b4a73c..947ea744cc7 100644 --- a/modules/facet/build.xml +++ b/modules/facet/build.xml @@ -26,6 +26,9 @@ + + + diff --git a/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/package.html b/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/package.html index 7c19bb32452..a3ce67b378b 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/enhancements/association/package.html @@ -1,3 +1,19 @@ + Association category enhancements diff --git a/modules/facet/src/java/org/apache/lucene/facet/enhancements/package.html b/modules/facet/src/java/org/apache/lucene/facet/enhancements/package.html index f8515111dd2..95808b5c8c2 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/enhancements/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/enhancements/package.html @@ -1,3 +1,19 @@ + Enhanced category features diff --git a/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/package.html b/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/package.html index 6ebdfab784a..5cfee977ae8 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/enhancements/params/package.html @@ -1,3 +1,19 @@ + Enhanced category features diff --git a/modules/facet/src/java/org/apache/lucene/facet/index/attributes/package.html b/modules/facet/src/java/org/apache/lucene/facet/index/attributes/package.html index 8964fafa652..398db0515c4 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/index/attributes/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/index/attributes/package.html @@ -1,3 +1,19 @@ + Category attributes and their properties for indexing diff --git a/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html b/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html index b95117ef93a..ed10a592a7d 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/index/categorypolicy/package.html @@ -1,3 +1,19 @@ + Policies for indexing categories diff --git a/modules/facet/src/java/org/apache/lucene/facet/index/package.html b/modules/facet/src/java/org/apache/lucene/facet/index/package.html index 18c67078124..a363ebec715 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/index/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/index/package.html @@ -1,3 +1,19 @@ + Indexing of document categories diff --git a/modules/facet/src/java/org/apache/lucene/facet/index/params/package.html b/modules/facet/src/java/org/apache/lucene/facet/index/params/package.html index ad71ae6e53e..1e867529ede 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/index/params/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/index/params/package.html @@ -1,3 +1,19 @@ + Indexing-time specifications for handling facets diff --git a/modules/facet/src/java/org/apache/lucene/facet/index/streaming/package.html b/modules/facet/src/java/org/apache/lucene/facet/index/streaming/package.html index 8b0fb92e8ea..74a4042effd 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/index/streaming/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/index/streaming/package.html @@ -1,3 +1,19 @@ + Expert: attributes streaming definition for indexing facets diff --git a/modules/facet/src/java/org/apache/lucene/facet/package.html b/modules/facet/src/java/org/apache/lucene/facet/package.html index 938b6c68745..fee0c71dc0b 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/package.html @@ -1,3 +1,19 @@ + Faceted Indexing and Search diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/package.html index baa8f958b98..932c293435c 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/package.html @@ -1,3 +1,19 @@ + Aggregating Facets during Faceted Search diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/package.html index 74e85fb4455..5a9975843df 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/search/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/search/package.html @@ -1,3 +1,19 @@ + Faceted Search API diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/params/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/params/package.html index 7957d9b9ecf..353cc8d3352 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/search/params/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/search/params/package.html @@ -1,3 +1,19 @@ + Parameters for Faceted Search diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/results/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/results/package.html index 2006bf13571..3acd35a9e7c 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/search/results/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/search/results/package.html @@ -1,3 +1,19 @@ + Results of Faceted Search diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/sampling/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/sampling/package.html index 9ea9f97e1b4..90e033c52df 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/search/sampling/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/search/sampling/package.html @@ -1,3 +1,19 @@ + Sampling for facets accumulation diff --git a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/directory/package.html b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/directory/package.html index e1ee3308179..82d23315d3b 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/directory/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/directory/package.html @@ -1,3 +1,19 @@ + Taxonomy implemented using a Lucene-Index diff --git a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/package.html b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/package.html index ab92496bd8c..e04e585b4c5 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/package.html @@ -1,3 +1,19 @@ + Taxonomy of Categories diff --git a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/cl2o/package.html b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/cl2o/package.html index 1b1a3a6d8b8..9a495a10470 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/cl2o/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/cl2o/package.html @@ -1,3 +1,19 @@ + Category->Ordinal caching implementation using an optimized data-structures diff --git a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/lru/package.html b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/lru/package.html index 46171801440..b430d6b4ed4 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/lru/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/lru/package.html @@ -1,3 +1,19 @@ + An LRU cache implementation for the CategoryPath to Ordinal map diff --git a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/package.html b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/package.html index 92d2fe71843..64e6ff39c9a 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/taxonomy/writercache/package.html @@ -1,3 +1,19 @@ + Improves indexing time by caching a map of CategoryPath to their Ordinal diff --git a/modules/facet/src/java/org/apache/lucene/facet/util/package.html b/modules/facet/src/java/org/apache/lucene/facet/util/package.html index 8eaabef4061..900a5a603cb 100644 --- a/modules/facet/src/java/org/apache/lucene/facet/util/package.html +++ b/modules/facet/src/java/org/apache/lucene/facet/util/package.html @@ -1,3 +1,19 @@ + Various utilities for faceted search diff --git a/modules/facet/src/java/org/apache/lucene/util/collections/package.html b/modules/facet/src/java/org/apache/lucene/util/collections/package.html index 6a45426bd81..46860960958 100644 --- a/modules/facet/src/java/org/apache/lucene/util/collections/package.html +++ b/modules/facet/src/java/org/apache/lucene/util/collections/package.html @@ -1,3 +1,19 @@ + Collections diff --git a/modules/facet/src/java/org/apache/lucene/util/encoding/package.html b/modules/facet/src/java/org/apache/lucene/util/encoding/package.html index 941aefa778c..cc8b727eb03 100644 --- a/modules/facet/src/java/org/apache/lucene/util/encoding/package.html +++ b/modules/facet/src/java/org/apache/lucene/util/encoding/package.html @@ -1,3 +1,19 @@ + Encoding diff --git a/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html b/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html index 327c6c0dff5..79a8ecdd5d4 100644 --- a/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html +++ b/modules/grouping/src/java/org/apache/lucene/search/grouping/package.html @@ -1,3 +1,19 @@ + diff --git a/modules/grouping/src/java/overview.html b/modules/grouping/src/java/overview.html index 84a858dbecd..6925f75e4df 100644 --- a/modules/grouping/src/java/overview.html +++ b/modules/grouping/src/java/overview.html @@ -1,3 +1,19 @@ + Lucene's grouping module diff --git a/modules/join/src/java/org/apache/lucene/search/join/package.html b/modules/join/src/java/org/apache/lucene/search/join/package.html index c5189f4f94f..216e463275d 100644 --- a/modules/join/src/java/org/apache/lucene/search/join/package.html +++ b/modules/join/src/java/org/apache/lucene/search/join/package.html @@ -1,3 +1,19 @@ + diff --git a/modules/join/src/java/overview.html b/modules/join/src/java/overview.html index a5fcef0913f..ebe2143666a 100644 --- a/modules/join/src/java/overview.html +++ b/modules/join/src/java/overview.html @@ -1,3 +1,19 @@ + Lucene's join module diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle.properties b/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle.properties index 870ff7312a5..ec6cb51356d 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle.properties +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle.properties @@ -1,3 +1,17 @@ +# 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. Q0001E_INVALID_SYNTAX = Syntax Error: {0} Q0004E_INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION = Truncated unicode escape sequence. diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle_ja.properties b/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle_ja.properties index 2235294ca91..68e449c506c 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle_ja.properties +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/messages/MessagesTestBundle_ja.properties @@ -1,3 +1,17 @@ +# 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. Q0001E_INVALID_SYNTAX = \u69cb\u6587\u30a8\u30e9\u30fc: {0} Q0004E_INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION = \u5207\u308a\u6368\u3066\u3089\u308c\u305f\u30e6\u30cb\u30b3\u30fc\u30c9\u30fb\u30a8\u30b9\u30b1\u30fc\u30d7\u30fb\u30b7\u30fc\u30b1\u30f3\u30b9\u3002 diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanFilter.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanFilter.xml index e6c704c5638..b601d791fd1 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanFilter.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanFilter.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanQuery.xml index cb8b2c23d36..bba1d340d57 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BooleanQuery.xml @@ -1,4 +1,20 @@ + merger diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingQuery.xml index 58d2152c6ed..10cfa886fb9 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingTermQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingTermQuery.xml index 9994be47bad..65bbd618670 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingTermQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/BoostingTermQuery.xml @@ -1,2 +1,18 @@ + sumitomo diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/CachedFilter.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/CachedFilter.xml index 716320d1e99..7d10711107e 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/CachedFilter.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/CachedFilter.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/ConstantScoreQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/ConstantScoreQuery.xml index f93656676eb..c5994d1687e 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/ConstantScoreQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/ConstantScoreQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/DuplicateFilterQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/DuplicateFilterQuery.xml index 4fe20ed900e..c5002c7c98b 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/DuplicateFilterQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/DuplicateFilterQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/FuzzyLikeThisQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/FuzzyLikeThisQuery.xml index a1d3a38a557..2d11b4e5f42 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/FuzzyLikeThisQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/FuzzyLikeThisQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/LikeThisQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/LikeThisQuery.xml index e5ec683059c..3e881fbaa64 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/LikeThisQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/LikeThisQuery.xml @@ -1,4 +1,20 @@ + IRAQI TROOPS REPORTED PUSHING BACK IRANIANS Iraq said today its troops were pushing Iranian forces out of positions they had initially occupied when they launched a new offensive near the southern port of diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/MatchAllDocsQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/MatchAllDocsQuery.xml index cad711f851b..526513fd82d 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/MatchAllDocsQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/MatchAllDocsQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NestedBooleanQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NestedBooleanQuery.xml index a39c2b4fe75..0cc4c809f2e 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NestedBooleanQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NestedBooleanQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NumericRangeQueryQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NumericRangeQueryQuery.xml index f3c976b93b8..416adbdc708 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NumericRangeQueryQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/NumericRangeQueryQuery.xml @@ -1,4 +1,20 @@ + merger diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/RangeFilterQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/RangeFilterQuery.xml index 53f993c195f..7404f3a3453 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/RangeFilterQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/RangeFilterQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/SpanQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/SpanQuery.xml index 8176ea1ac56..6c2df16e7b2 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/SpanQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/SpanQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermQuery.xml index 69f2ae8f7aa..14dae37cacc 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermQuery.xml @@ -1,2 +1,18 @@ + sumitomo \ No newline at end of file diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsFilterQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsFilterQuery.xml index 2692f2c2eba..788de85a57d 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsFilterQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsFilterQuery.xml @@ -1,4 +1,20 @@ + diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsQuery.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsQuery.xml index f1bf348fa1a..89f36a9b75e 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsQuery.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/TermsQuery.xml @@ -1,4 +1,20 @@ + "Bank of England" diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/UserInputQueryCustomField.xml b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/UserInputQueryCustomField.xml index 86b2c01fe96..7b35a633960 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/UserInputQueryCustomField.xml +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/UserInputQueryCustomField.xml @@ -1,2 +1,18 @@ + Bank^2 diff --git a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/albumBooleanQuery.xsl b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/albumBooleanQuery.xsl index f5dbbcac357..9747952fcf7 100644 --- a/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/albumBooleanQuery.xsl +++ b/modules/queryparser/src/test/org/apache/lucene/queryparser/xml/albumBooleanQuery.xsl @@ -1,4 +1,20 @@ + + diff --git a/solr/build.xml b/solr/build.xml index cef314086ac..74638329443 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -195,6 +195,16 @@ + + + + + + + + + + diff --git a/solr/contrib/analysis-extras/src/java/overview.html b/solr/contrib/analysis-extras/src/java/overview.html index bd58288f4ad..f3d70ca5522 100644 --- a/solr/contrib/analysis-extras/src/java/overview.html +++ b/solr/contrib/analysis-extras/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Analysis Extras contrib diff --git a/solr/contrib/clustering/src/java/overview.html b/solr/contrib/clustering/src/java/overview.html index ad3e4d4d309..3bbd2d7f357 100644 --- a/solr/contrib/clustering/src/java/overview.html +++ b/solr/contrib/clustering/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Clustering contrib diff --git a/solr/contrib/dataimporthandler-extras/src/java/overview.html b/solr/contrib/dataimporthandler-extras/src/java/overview.html index f1fd655150d..a60a25e277e 100644 --- a/solr/contrib/dataimporthandler-extras/src/java/overview.html +++ b/solr/contrib/dataimporthandler-extras/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: DataImportHandler Extras contrib diff --git a/solr/contrib/dataimporthandler/src/java/overview.html b/solr/contrib/dataimporthandler/src/java/overview.html index c257503d516..4bb2c8bc8fe 100644 --- a/solr/contrib/dataimporthandler/src/java/overview.html +++ b/solr/contrib/dataimporthandler/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: DataImportHandler contrib diff --git a/solr/contrib/extraction/src/java/overview.html b/solr/contrib/extraction/src/java/overview.html index 83c817493e4..8aefb57db8d 100644 --- a/solr/contrib/extraction/src/java/overview.html +++ b/solr/contrib/extraction/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Solr Cell contrib diff --git a/solr/contrib/langid/src/java/overview.html b/solr/contrib/langid/src/java/overview.html index d1b8f2cf8ec..9bc5c9a1b0d 100644 --- a/solr/contrib/langid/src/java/overview.html +++ b/solr/contrib/langid/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Solr Language Identifier contrib diff --git a/solr/contrib/uima/src/java/overview.html b/solr/contrib/uima/src/java/overview.html index 13b975d5199..1b78ffc4a45 100644 --- a/solr/contrib/uima/src/java/overview.html +++ b/solr/contrib/uima/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Solr UIMA contrib diff --git a/solr/contrib/velocity/src/java/overview.html b/solr/contrib/velocity/src/java/overview.html index b8cff377f40..21686399120 100644 --- a/solr/contrib/velocity/src/java/overview.html +++ b/solr/contrib/velocity/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Velocity Response Writer contrib diff --git a/solr/core/build.xml b/solr/core/build.xml index 44cb84af87e..653e0228c89 100644 --- a/solr/core/build.xml +++ b/solr/core/build.xml @@ -22,6 +22,9 @@ + + + diff --git a/solr/core/src/java/doc-files/tutorial.html b/solr/core/src/java/doc-files/tutorial.html index 25942620993..66b9a5a8cab 100755 --- a/solr/core/src/java/doc-files/tutorial.html +++ b/solr/core/src/java/doc-files/tutorial.html @@ -1,4 +1,20 @@ + diff --git a/solr/core/src/java/overview.html b/solr/core/src/java/overview.html index 151b3246572..f73c36f9751 100644 --- a/solr/core/src/java/overview.html +++ b/solr/core/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server, new users should familiarize themselves with the Solr Tutorial. diff --git a/solr/solrj/src/java/overview.html b/solr/solrj/src/java/overview.html index 49898143f30..7a534edc86a 100644 --- a/solr/solrj/src/java/overview.html +++ b/solr/solrj/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Solr-j diff --git a/solr/test-framework/src/java/overview.html b/solr/test-framework/src/java/overview.html index 6534614feb5..a8156a389a3 100644 --- a/solr/test-framework/src/java/overview.html +++ b/solr/test-framework/src/java/overview.html @@ -1,3 +1,19 @@ + Apache Solr Search Server: Test Framework