- Virtually a search descriptor is created in the document using which the search operation is done.
- The first word in the index list is taken and compared with the document to be indexed.
- The Find all function is used to search the occurrence of the first word in the document.
- If the first word matches with any of the words in the document then that word is assigned to the index entry address.
- Similar process takes place till end of document.
To Explore Interview,Exam Questions, Books,Top List,Colleges,Universities,Tutorials,Schools,Tips,Tricks,Programming,Jobs Everything In the World.
How the Search Descriptor Works - Sample Project 2011
The Search Descriptor is used to search string in the document . the following steps we done before search any type of string the search document.