Skip to content

Commit 0532779

Browse files
committed
Consolidate Geo and Geometry folders
1 parent 779b005 commit 0532779

11 files changed

+10
-10
lines changed

src/Nest/Nest.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@
163163
<Compile Include="Domain\Mapping\Descriptors\SuggestContextMappingDescriptor.cs" />
164164
<Compile Include="Domain\Mapping\IFieldMapping.cs" />
165165
<Compile Include="Domain\Mapping\SpecialFields\ISpecialField.cs" />
166-
<Compile Include="Domain\Geometry\CircleGeoShape.cs" />
167-
<Compile Include="Domain\Geometry\EnvelopeGeoShape.cs" />
168-
<Compile Include="Domain\Geometry\GeoShape.cs" />
169-
<Compile Include="Domain\Geometry\LineStringGeoShape.cs" />
170-
<Compile Include="Domain\Geometry\MultiLineStringGeoShape.cs" />
171-
<Compile Include="Domain\Geometry\MultiPointGeoShape.cs" />
172-
<Compile Include="Domain\Geometry\MultiPolygonGeoShape.cs" />
173-
<Compile Include="Domain\Geometry\PointGeoShape.cs" />
174-
<Compile Include="Domain\Geometry\PolygonGeoShape.cs" />
166+
<Compile Include="Domain\Geo\CircleGeoShape.cs" />
167+
<Compile Include="Domain\Geo\EnvelopeGeoShape.cs" />
168+
<Compile Include="Domain\Geo\GeoShape.cs" />
169+
<Compile Include="Domain\Geo\LineStringGeoShape.cs" />
170+
<Compile Include="Domain\Geo\MultiLineStringGeoShape.cs" />
171+
<Compile Include="Domain\Geo\MultiPointGeoShape.cs" />
172+
<Compile Include="Domain\Geo\MultiPolygonGeoShape.cs" />
173+
<Compile Include="Domain\Geo\PointGeoShape.cs" />
174+
<Compile Include="Domain\Geo\PolygonGeoShape.cs" />
175175
<Compile Include="Domain\Mapping\SubMappings\FieldData\FieldDataFilter.cs" />
176176
<Compile Include="Domain\Mapping\SubMappings\FieldData\FieldDataFrequencyFilter.cs" />
177177
<Compile Include="Domain\Mapping\SubMappings\FieldData\FieldDataMapping.cs" />
@@ -561,7 +561,7 @@
561561
<Compile Include="Extensions\TypeExtensions.cs" />
562562
<Compile Include="RawDispatch.generated.cs" />
563563
<Compile Include="RawDispatch.cs" />
564-
<Compile Include="Domain\Geometry\IndexedGeoShape.cs" />
564+
<Compile Include="Domain\Geo\IndexedGeoShape.cs" />
565565
<Compile Include="Domain\Mapping\Descriptors\CompletionMappingDescriptor.cs" />
566566
<Compile Include="Domain\Mapping\Types\CompletionMapping.cs" />
567567
<Compile Include="Domain\Responses\RootVersionInfoResponse.cs" />

0 commit comments

Comments
 (0)