DATAES-659 - Move MappingElasticsearchConverter to correct package.

Original PR: #328
This commit is contained in:
Peter-Josef Meisch
2019-09-24 21:06:07 +02:00
parent 1b12d81b81
commit d3295a6416
10 changed files with 12 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.data.elasticsearch.core.indexmapping;
package org.springframework.data.elasticsearch.core.index;
import static org.assertj.core.api.Assertions.*;
import static org.elasticsearch.index.query.QueryBuilders.*;

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
package org.springframework.data.elasticsearch.core.indexmapping;
package org.springframework.data.elasticsearch.core.index;
import org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport;
import org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter;

View File

@@ -1,4 +1,4 @@
package org.springframework.data.elasticsearch.core.indexmapping;
package org.springframework.data.elasticsearch.core.index;
import static org.assertj.core.api.Assertions.*;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.elasticsearch.core.indexmapping;
package org.springframework.data.elasticsearch.core.index;
import static org.assertj.core.api.Assertions.*;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.elasticsearch.core.indexmapping;
package org.springframework.data.elasticsearch.core.index;
import static org.assertj.core.api.Assertions.*;
import static org.springframework.data.elasticsearch.annotations.FieldType.*;