Commit 9c62128 1 parent 257ee07 commit 9c62128 Copy full SHA for 9c62128
File tree 2 files changed +0
-48
lines changed
server/src/main/java/org/opensearch/index/fielddata
2 files changed +0
-48
lines changed Original file line number Diff line number Diff line change 6
6
* compatible open source license.
7
7
*/
8
8
9
- /*
10
- * Licensed to Elasticsearch under one or more contributor
11
- * license agreements. See the NOTICE file distributed with
12
- * this work for additional information regarding copyright
13
- * ownership. Elasticsearch licenses this file to you under
14
- * the Apache License, Version 2.0 (the "License"); you may
15
- * not use this file except in compliance with the License.
16
- * You may obtain a copy of the License at
17
- *
18
- * http://www.apache.org/licenses/LICENSE-2.0
19
- *
20
- * Unless required by applicable law or agreed to in writing,
21
- * software distributed under the License is distributed on an
22
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
23
- * KIND, either express or implied. See the License for the
24
- * specific language governing permissions and limitations
25
- * under the License.
26
- */
27
-
28
- /*
29
- * Modifications Copyright OpenSearch Contributors. See
30
- * GitHub history for details.
31
- */
32
-
33
9
package org .opensearch .index .fielddata ;
34
10
35
11
import org .apache .lucene .index .SortedNumericDocValues ;
Original file line number Diff line number Diff line change 6
6
* compatible open source license.
7
7
*/
8
8
9
- /*
10
- * Licensed to Elasticsearch under one or more contributor
11
- * license agreements. See the NOTICE file distributed with
12
- * this work for additional information regarding copyright
13
- * ownership. Elasticsearch licenses this file to you under
14
- * the Apache License, Version 2.0 (the "License"); you may
15
- * not use this file except in compliance with the License.
16
- * You may obtain a copy of the License at
17
- *
18
- * http://www.apache.org/licenses/LICENSE-2.0
19
- *
20
- * Unless required by applicable law or agreed to in writing,
21
- * software distributed under the License is distributed on an
22
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
23
- * KIND, either express or implied. See the License for the
24
- * specific language governing permissions and limitations
25
- * under the License.
26
- */
27
-
28
- /*
29
- * Modifications Copyright OpenSearch Contributors. See
30
- * GitHub history for details.
31
- */
32
-
33
9
package org .opensearch .index .fielddata ;
34
10
35
11
import org .apache .lucene .index .SortedNumericDocValues ;
You can’t perform that action at this time.
0 commit comments