SP.Field.indexed property (sp.js)

Gets or sets a Boolean value that specifies whether the field is indexed.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.Field.get_indexed()
SP.Field.set_indexed(value)

Return value

Type: Boolean

true to specify that the field is indexed; otherwise, false.

REST resource endpoint

See Field resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/indexed

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/indexed

GET syntax

GET http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/indexed