CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Location Aware Indexing

by Yagnesh Kamble, Shubham Godshalwar, Ashna Bajaj, Reeta Koshy
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 140 - Number 12
Year of Publication: 2016
Authors: Yagnesh Kamble, Shubham Godshalwar, Ashna Bajaj, Reeta Koshy
10.5120/ijca2016909525

Yagnesh Kamble, Shubham Godshalwar, Ashna Bajaj, Reeta Koshy . Location Aware Indexing. International Journal of Computer Applications. 140, 12 ( April 2016), 37-39. DOI=10.5120/ijca2016909525

@article{ 10.5120/ijca2016909525,
author = { Yagnesh Kamble, Shubham Godshalwar, Ashna Bajaj, Reeta Koshy },
title = { Location Aware Indexing },
journal = { International Journal of Computer Applications },
issue_date = { April 2016 },
volume = { 140 },
number = { 12 },
month = { April },
year = { 2016 },
issn = { 0975-8887 },
pages = { 37-39 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume140/number12/24648-2016909525/ },
doi = { 10.5120/ijca2016909525 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:42:07.593875+05:30
%A Yagnesh Kamble
%A Shubham Godshalwar
%A Ashna Bajaj
%A Reeta Koshy
%T Location Aware Indexing
%J International Journal of Computer Applications
%@ 0975-8887
%V 140
%N 12
%P 37-39
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

This project closely models a framework to process Generic Location-Aware Rank Queries. A restaurant-finder application has been created to demonstrate how a Generic Location-Aware Ranked Query (GLRQ) can be processed by deploying three data structures in sync with each other – the synopses tree, the R-tree and inverted files. The synopses tree, created using histograms, handles the numeric attributes. The R-tree filters results based on their location, while the inverted files filter according to specified keywords (eg: lunch, breakfast, italian, karaoke), if any. Existing methods of processing such queries perform the pruning of the search space in two stages – first according to location and keyword, and then according to specified predicates (or vice versa), which is usually not efficient. The method used here trumps the aforementioned because the pruning is carried out simultaneously. This is reasonably faster, especially when working with large datasets, which has been experimentally demonstrated.

References
  1. Xiping Liu, Lei Chen, Changxuan Wan, LINQ: A Framework for Location-aware Indexing and Query Processing in IEEE Transactions on Knowledge and Data Engineering, Vol. 27, No. 5, pp. 1288-1300 .
  2. G.Cong, C.S. Jensen, and D.Wu. Efficient retrieval of the top k-most relevant spatial web objects, Proc. VLDB Endowment, Vol. 2, pp. 337-348, 2009.
  3. G. Cormode, M. Garofalakis, P.J. Haas, and C. Jermaine. Synopses for massive datasets: Samples, Histograms, Wavelets, Sketches. Found. Trends Databases, vol. 4 nos. 1-3, pp. 1-294, 2012.
  4. Lisi Chen, Gao Kong, Christian S. Jensen, Dingming Wu. Spatial Keyword Query Processing: An Experimental Evaluation, International Conference on Very Large Data Bases, August 2013.
Index Terms

Computer Science
Information Sciences

Keywords

Location-aware synopses tree IR-tree