Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun-joo-kim committed Mar 3, 2017
1 parent b553a63 commit 0cb87ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package org.elasticsearch.plugins.analysis.phone;
import org.elasticsearch.index.analysis.AnalysisModule;

public class PhoneBinderProcessor extends AnalysisModule.AnalysisBinderProcessor {

@Override
public void processAnalyzers(AnalyzersBindings analyzersBindings) {
analyzersBindings.processAnalyzer(PhoneAnalyzerProvider.NAME, PhoneAnalyzerProvider.class);
}
}
3 changes: 3 additions & 0 deletions src/main/resources/es-plugin.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
plugin=org.elasticsearch.plugins.analysis.phone.PhonePlugin
version=.1
lucene=4.10.4

0 comments on commit 0cb87ef

Please sign in to comment.