1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Scaling
  6. /
  7. Indexer
  8. /
  9. GetAttributes

GetAttributes

Indexer.GetAttributes method

Gets all the attributes associated with the specified indexed document.

public string[] GetAttributes(string documentKey)
Parameter Type Description
documentKey String The document key.

Return Value

The attributes associated with the specified indexed document.

See Also