Commit 14521d0c authored by Ivan Tyagov's avatar Ivan Tyagov

Create generic OffsetIndex (derived from SortIndex).

parent 037bfd1a
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<item>DefaultImage</item> <item>DefaultImage</item>
</portal_type> </portal_type>
<portal_type id="Data Stream"> <portal_type id="Data Stream">
<item>DataStream</item> <item>OffsetIndex</item>
</portal_type> </portal_type>
<portal_type id="Ingestion Policy"> <portal_type id="Ingestion Policy">
<item>IngestionPolicy</item> <item>IngestionPolicy</item>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>DataStream</string> </value> <value> <string>OffsetIndex</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -38,7 +38,7 @@ Usually used when processed by activities.</string> </value> ...@@ -38,7 +38,7 @@ Usually used when processed by activities.</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>offset_property</string> </value> <value> <string>int_offset_index_property</string> </value>
</item> </item>
<item> <item>
<key> <string>mode</string> </key> <key> <string>mode</string> </key>
......
Data Array | DataArray Data Array | DataArray
Data Product | DefaultImage Data Product | DefaultImage
Data Stream | DataStream Data Stream | OffsetIndex
Ingestion Policy | IngestionPolicy Ingestion Policy | IngestionPolicy
\ No newline at end of file
IngestionPolicy IngestionPolicy
DataArray DataArray
DataStream OffsetIndex
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment