Skip to content

Commit 0815760

Browse files
committed
move patternedtext into logsdb
1 parent 906ca11 commit 0815760

File tree

13 files changed

+11
-10
lines changed

13 files changed

+11
-10
lines changed

x-pack/plugin/logsdb/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies {
3434
testImplementation(testArtifact(project(xpackModule('core'))))
3535
javaRestTestImplementation(testArtifact(project(xpackModule('spatial'))))
3636
internalClusterTestImplementation(testArtifact(project(xpackModule('core'))))
37+
clusterModules project(':modules:mapper-extras')
3738
}
3839

3940
tasks.named("javaRestTest").configure {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.index.BinaryDocValues;
1111
import org.apache.lucene.index.DocValues;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.document.Field;
1111
import org.apache.lucene.document.FieldType;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.analysis.Analyzer;
1111
import org.apache.lucene.analysis.TokenStream;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.index.LeafReader;
1111
import org.apache.lucene.index.LeafReaderContext;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.elasticsearch.index.mapper.Mapper;
1111
import org.elasticsearch.plugins.MapperPlugin;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.index.LeafReader;
1111
import org.apache.lucene.search.DocIdSetIterator;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import java.util.ArrayList;
1111
import java.util.Arrays;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.analysis.TokenStream;
1111
import org.apache.lucene.index.DirectoryReader;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.patternedtext;
8+
package org.elasticsearch.xpack.logsdb.patternedtext;
99

1010
import org.apache.lucene.analysis.TokenStream;
1111
import org.apache.lucene.index.Term;

0 commit comments

Comments
 (0)