Showing
1 changed file
with
1 additions
and
1 deletions
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | <property key="refresh_interval" value="${yohomarssearch.index.refresh_interval}"/> | 39 | <property key="refresh_interval" value="${yohomarssearch.index.refresh_interval}"/> |
40 | <property key="translog.flush_threshold_ops" value="${yohomarssearch.index.translog.flush_threshold_ops}"/> | 40 | <property key="translog.flush_threshold_ops" value="${yohomarssearch.index.translog.flush_threshold_ops}"/> |
41 | </properties> | 41 | </properties> |
42 | - <builderClass>com.yohomars.search.index.builder.impls.lineIndexBuilder</builderClass> | 42 | + <builderClass>com.yohomars.search.index.builder.impls.LineIndexBuilder</builderClass> |
43 | <mappingFile>esmapping/line.json</mappingFile> | 43 | <mappingFile>esmapping/line.json</mappingFile> |
44 | </index> | 44 | </index> |
45 | 45 |
-
Please register or login to post a comment