When do we use an indexer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

When do we use an indexer?

17th Jun 2016, 9:55 PM
erwinmesi
erwinmesi - avatar
5 Answers
+ 1
Indexers have a variety of uses in (natural) language processing, etc, that's my limited understanding of the matter... Read on...
18th Jun 2016, 11:47 PM
Leon Tory Walker
Leon Tory Walker - avatar
+ 1
indexer we use it when we need to get something that is in an array or in a list. don't be frustrated by the term "indexer" it only mean that you tell the compiler to get this ( indexer ) from the list or array or a group of types. indexer is every type you use. for example from the array you want to get the fifth one so you say array[4] the number 4 is the indexer of type int.
8th Nov 2016, 6:29 PM
Taulant Qirjako
Taulant Qirjako - avatar
0
Thanks for the answers!
21st Jun 2016, 5:52 AM
erwinmesi
erwinmesi - avatar
0
The table indexers, under DB, are used to speed up the data access read. Use whit thrift! Or the servers performance go down!
22nd Aug 2016, 8:49 PM
Diego
- 1
Commonly in arrays/collections, if I am not misstaken. Most often like this: array[index]
20th Jun 2016, 4:10 PM
Kei Bergman