DocumentCode
2774489
Title
A Keyword Searching Algorithm For Search Engines
Author
Gupta, Vishal
Author_Institution
Inst. of Manage. Studies, Ghaziabad
fYear
2007
fDate
18-20 Nov. 2007
Firstpage
203
Lastpage
207
Abstract
Search engines prominently use inverted indexing technique to locate the Web pages having the keyword contained in the users query. The performance of inverted index, fundamentally, depends upon the searching of keyword in the list maintained by search engines. This paper presents a new technique for keyword searching. It uses a trie data structure to index the keyword up to a certain optimum level. While searching a keyword, this index is used to get two offset values, in constant amount of time for every keyword, within which the keyword might lie. Using the two offsets, a binary search is initiated to locate the keyword in the list, and hence the Web pages containing the keyword. Research shows that subsequently increasing the levels of trie will increase the performance of retrieval but also increase the required memory. It also shows that on an average with indexing up to level 2 requires 56% less number of comparisons, as required by binary search, to search a keyword in the list.
Keywords
indexing; search engines; Web pages; binary search; inverted indexing technique; keyword searching algorithm; search engines; Crawlers; Data mining; Data structures; Indexing; Information retrieval; Internet; Keyword search; Organizing; Search engines; Web pages;
fLanguage
English
Publisher
ieee
Conference_Titel
Innovations in Information Technology, 2007. IIT '07. 4th International Conference on
Conference_Location
Dubai
Print_ISBN
978-1-4244-1840-4
Electronic_ISBN
978-1-4244-1841-1
Type
conf
DOI
10.1109/IIT.2007.4430467
Filename
4430467
Link To Document