Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command

Parameters

Description

is

 

return a list of all indexes

ib

[<index><index#>|<id><indexId>]

rebuild an index or all indexes if no index is specified

ik

[<index><index#>|<id><indexId>]

update keyword fields for an index or all indexes if no index is specified

id

[<index><index#>|<id><indexId>]

update display fields for an index or all indexes if no index is specified

ig

[<index><index#>|<id><indexId>]

update geometry field for an index or all indexes if no index is specified

io

[<index><index#>|<id><indexId>]

update sort field for an index or all indexes if no index is specified

iu

[<index><index#>|<id><indexId>]

unlock an index or all indexes if no index is specified

ir

[<index><index#>|<id><indexId>]

remove an index or all indexes if no index is specified

it

"<search terms>"|id:<entityid> <entityId> [<entity>|<index><indexId>] [<limit>]

test index

<> substitute, [] = optional, | alternate

<index#> is the value listed  in the "Index" column of the is command

<indexId> is the value listed in the "Id" column of the is command

"<search terms>" is a the text to search for, enclosed in double quotes if it contains spaces

id:<entityId> is the the text "id:" followed by the id of a specific entity (not a type of entity), e.g. id:54124

<entity> is the type of entity to search for, and is the value listed in the "Entity" column of the is command

Update: The ib, ik, id, ig, iu, io and ir commands now also accept a list of space separated index ids indexes or no index id parameters to perform the operation on all indexes.

...