Skip to content

Commit 30cd8d2

Browse files
committed
Move query template classes to more appropriate folders
1 parent 86d9f5e commit 30cd8d2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Nest/Nest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
<Compile Include="DSL\DeleteSearchTemplateDescriptor.cs" />
204204
<Compile Include="DSL\GetSearchTemplateDescriptor.cs" />
205205
<Compile Include="DSL\Query\TemplateQueryDescriptor.cs" />
206-
<Compile Include="DSL\Template\TemplateSectionQueryContainer.cs" />
207-
<Compile Include="DSL\Template\TemplateSectionSortFieldDescriptor.cs" />
206+
<Compile Include="DSL\Query\TemplateSectionQueryContainer.cs" />
207+
<Compile Include="DSL\Search\TemplateSectionSortFieldDescriptor.cs" />
208208
<Compile Include="DSL\CatIndicesDescriptor.cs" />
209209
<Compile Include="DSL\CatShardsDescriptor.cs" />
210210
<Compile Include="DSL\CatThreadPoolDescriptor.cs" />

0 commit comments

Comments
 (0)