Update headers

This commit is contained in:
David Pilato 2014-01-10 23:18:52 +01:00
parent 6d05c2bf53
commit 114a120fe8
12 changed files with 109 additions and 70 deletions

View File

@ -1,4 +1,4 @@
ICU Analysis for ElasticSearch ICU Analysis for Elasticsearch
================================== ==================================
The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components. The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.
@ -7,8 +7,8 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
| ICU Analysis Plugin | elasticsearch | Release date | | ICU Analysis Plugin | elasticsearch | Release date |
|--------------------------|------------------|:------------:| |--------------------------|------------------|:------------:|
| 1.14.0-SNAPSHOT (master) | 0.90.8 -> master | | | 1.14.0-SNAPSHOT (master) | 0.90.8 -> 0.90 | |
| 1.13.0 | 0.90.8 -> master | 2013-12-19 | | 1.13.0 | 0.90.8 -> 0.90 | 2013-12-19 |
| 1.12.0 | 0.90.6 -> 0.90.7 | 2013-11-06 | | 1.12.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
| 1.11.0 | 0.90.3 -> 0.90.5 | 2013-08-08 | | 1.11.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
| 1.10.0 | 0.90.1 -> 0.90.2 | 2013-05-30 | | 1.10.0 | 0.90.1 -> 0.90.2 | 2013-05-30 |
@ -176,7 +176,7 @@ License
This software is licensed under the Apache 2 license, quoted below. This software is licensed under the Apache 2 license, quoted below.
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org> Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
Licensed under the Apache License, Version 2.0 (the "License"); you may not 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 use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to Elastic Search and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. Elastic Search licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
@ -69,4 +69,4 @@ public class IcuFoldingTokenFilterFactory extends AbstractTokenFilterFactory {
return new ICUFoldingFilter(tokenStream); return new ICUFoldingFilter(tokenStream);
} }
} }
} }

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
@ -49,4 +49,4 @@ public class IcuNormalizerTokenFilterFactory extends AbstractTokenFilterFactory
public TokenStream create(TokenStream tokenStream) { public TokenStream create(TokenStream tokenStream) {
return new org.apache.lucene.analysis.icu.ICUNormalizer2Filter(tokenStream, Normalizer2.getInstance(null, name, Normalizer2.Mode.COMPOSE)); return new org.apache.lucene.analysis.icu.ICUNormalizer2Filter(tokenStream, Normalizer2.getInstance(null, name, Normalizer2.Mode.COMPOSE));
} }
} }

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
@ -16,6 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
package org.elasticsearch.index.analysis; package org.elasticsearch.index.analysis;
import org.apache.lucene.analysis.Tokenizer; import org.apache.lucene.analysis.Tokenizer;

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
@ -50,4 +50,4 @@ public class IcuTransformTokenFilterFactory extends AbstractTokenFilterFactory {
public TokenStream create(TokenStream tokenStream) { public TokenStream create(TokenStream tokenStream) {
return new ICUTransformFilter(tokenStream, transliterator); return new ICUTransformFilter(tokenStream, transliterator);
} }
} }

View File

@ -1,3 +1,22 @@
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch 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.elasticsearch.indices.analysis; package org.elasticsearch.indices.analysis;
import com.ibm.icu.text.Collator; import com.ibm.icu.text.Collator;

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *

View File

@ -1,11 +1,11 @@
/* /*
* Licensed to ElasticSearch and Shay Banon under one * Licensed to Elasticsearch under one or more contributor
* or more contributor license agreements. See the NOTICE file * license agreements. See the NOTICE file distributed with
* distributed with this work for additional information * this work for additional information regarding copyright
* regarding copyright ownership. ElasticSearch licenses this * ownership. Elasticsearch licenses this file to you under
* file to you under the Apache License, Version 2.0 (the * the Apache License, Version 2.0 (the "License"); you may
* "License"); you may not use this file except in compliance * not use this file except in compliance with the License.
* with the License. You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *

View File

@ -1,3 +1,22 @@
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch 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.elasticsearch.index.analysis; package org.elasticsearch.index.analysis;
import com.ibm.icu.text.Collator; import com.ibm.icu.text.Collator;