[Groonga-commit] groonga/gcs [master] Add results of DefineIndexField with conflicting options in multiple steps

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 5 16:02:43 JST 2012


YUKI Hiroshi	2012-12-05 16:02:43 +0900 (Wed, 05 Dec 2012)

  New Revision: 1006226d51ee5ecda7c68971e7521005b84812e0
  https://github.com/groonga/gcs/commit/1006226d51ee5ecda7c68971e7521005b84812e0

  Log:
    Add results of DefineIndexField with conflicting options in multiple steps

  Added files:
    test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-conflicting-options-in-multiple-steps-setup.txt
    test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-delete-the-test-domain.txt
    test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-prepare-the-test-domain.txt
    test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-set-conflicting-option.txt

  Added: test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-conflicting-options-in-multiple-steps-setup.txt (+29 -0) 100644
===================================================================
--- /dev/null
+++ test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-conflicting-options-in-multiple-steps-setup.txt    2012-12-05 16:02:43 +0900 (137b176)
@@ -0,0 +1,29 @@
+HTTP/1.1 200 OK
+x-amzn-requestid: 6fb8674a-3ea8-11e2-9c3f-29051b8a4b41
+content-type: text/xml
+content-length: 826
+date: Wed, 05 Dec 2012 06:53:12 GMT
+
+<DefineIndexFieldResponse xmlns="http://cloudsearch.amazonaws.com/doc/2011-02-01">
+  <DefineIndexFieldResult>
+    <IndexField>
+      <Status>
+        <CreationDate>2012-12-05T06:53:12Z</CreationDate>
+        <PendingDeletion>false</PendingDeletion>
+        <UpdateVersion>4</UpdateVersion>
+        <State>RequiresIndexDocuments</State>
+        <UpdateDate>2012-12-05T06:53:12Z</UpdateDate>
+      </Status>
+      <Options>
+        <IndexFieldType>text</IndexFieldType>
+        <IndexFieldName>name_with_conflicting_options</IndexFieldName>
+        <TextOptions>
+          <FacetEnabled>true</FacetEnabled>
+        </TextOptions>
+      </Options>
+    </IndexField>
+  </DefineIndexFieldResult>
+  <ResponseMetadata>
+    <RequestId>6fb8674a-3ea8-11e2-9c3f-29051b8a4b41</RequestId>
+  </ResponseMetadata>
+</DefineIndexFieldResponse>

  Added: test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-delete-the-test-domain.txt (+30 -0) 100644
===================================================================
--- /dev/null
+++ test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-delete-the-test-domain.txt    2012-12-05 16:02:43 +0900 (bae0817)
@@ -0,0 +1,30 @@
+HTTP/1.1 200 OK
+x-amzn-requestid: 729f5b2d-3ea8-11e2-9a73-dbb41999583b
+content-type: text/xml
+content-length: 917
+date: Wed, 05 Dec 2012 06:53:19 GMT
+
+<DeleteDomainResponse xmlns="http://cloudsearch.amazonaws.com/doc/2011-02-01">
+  <DeleteDomainResult>
+    <DomainStatus>
+      <SearchPartitionCount>0</SearchPartitionCount>
+      <SearchService>
+        <Arn>arn:aws:cs:us-east-1:788574296432:search/companies</Arn>
+      </SearchService>
+      <NumSearchableDocs>0</NumSearchableDocs>
+      <Created>true</Created>
+      <DomainId>788574296432/companies</DomainId>
+      <Processing>false</Processing>
+      <SearchInstanceCount>0</SearchInstanceCount>
+      <DomainName>companies</DomainName>
+      <RequiresIndexDocuments>false</RequiresIndexDocuments>
+      <Deleted>true</Deleted>
+      <DocService>
+        <Arn>arn:aws:cs:us-east-1:788574296432:doc/companies</Arn>
+      </DocService>
+    </DomainStatus>
+  </DeleteDomainResult>
+  <ResponseMetadata>
+    <RequestId>729f5b2d-3ea8-11e2-9a73-dbb41999583b</RequestId>
+  </ResponseMetadata>
+</DeleteDomainResponse>

  Added: test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-prepare-the-test-domain.txt (+30 -0) 100644
===================================================================
--- /dev/null
+++ test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-prepare-the-test-domain.txt    2012-12-05 16:02:43 +0900 (0521962)
@@ -0,0 +1,30 @@
+HTTP/1.1 200 OK
+x-amzn-requestid: 6c5d0746-3ea8-11e2-91b3-e3e27e7db7bf
+content-type: text/xml
+content-length: 918
+date: Wed, 05 Dec 2012 06:53:09 GMT
+
+<CreateDomainResponse xmlns="http://cloudsearch.amazonaws.com/doc/2011-02-01">
+  <CreateDomainResult>
+    <DomainStatus>
+      <SearchPartitionCount>0</SearchPartitionCount>
+      <SearchService>
+        <Arn>arn:aws:cs:us-east-1:788574296432:search/companies</Arn>
+      </SearchService>
+      <NumSearchableDocs>0</NumSearchableDocs>
+      <Created>true</Created>
+      <DomainId>788574296432/companies</DomainId>
+      <Processing>false</Processing>
+      <SearchInstanceCount>0</SearchInstanceCount>
+      <DomainName>companies</DomainName>
+      <RequiresIndexDocuments>false</RequiresIndexDocuments>
+      <Deleted>false</Deleted>
+      <DocService>
+        <Arn>arn:aws:cs:us-east-1:788574296432:doc/companies</Arn>
+      </DocService>
+    </DomainStatus>
+  </CreateDomainResult>
+  <ResponseMetadata>
+    <RequestId>6c5d0746-3ea8-11e2-91b3-e3e27e7db7bf</RequestId>
+  </ResponseMetadata>
+</CreateDomainResponse>

  Added: test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-set-conflicting-option.txt (+29 -0) 100644
===================================================================
--- /dev/null
+++ test/response/configuration/DefineIndexField/conflicting-options-in-multiple-steps-setup-set-conflicting-option.txt    2012-12-05 16:02:43 +0900 (4361de9)
@@ -0,0 +1,29 @@
+HTTP/1.1 200 OK
+x-amzn-requestid: 7128e796-3ea8-11e2-ab95-2995ea56cce7
+content-type: text/xml
+content-length: 828
+date: Wed, 05 Dec 2012 06:53:15 GMT
+
+<DefineIndexFieldResponse xmlns="http://cloudsearch.amazonaws.com/doc/2011-02-01">
+  <DefineIndexFieldResult>
+    <IndexField>
+      <Status>
+        <CreationDate>2012-12-05T06:53:12Z</CreationDate>
+        <PendingDeletion>false</PendingDeletion>
+        <UpdateVersion>5</UpdateVersion>
+        <State>RequiresIndexDocuments</State>
+        <UpdateDate>2012-12-05T06:53:14Z</UpdateDate>
+      </Status>
+      <Options>
+        <IndexFieldType>text</IndexFieldType>
+        <IndexFieldName>name_with_conflicting_options</IndexFieldName>
+        <TextOptions>
+          <ResultEnabled>true</ResultEnabled>
+        </TextOptions>
+      </Options>
+    </IndexField>
+  </DefineIndexFieldResult>
+  <ResponseMetadata>
+    <RequestId>7128e796-3ea8-11e2-ab95-2995ea56cce7</RequestId>
+  </ResponseMetadata>
+</DefineIndexFieldResponse>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index