This was an assignment for my Information Retrieval course. The course was about search engines, from crawling to indexing and of course searching. This repo is the project which was to use solr to implement a location aware crime mobile app. You can see the demo here: http://www.youtube.com/watch?v=ZdcCfSsNBDM&feature=youtu.be.
info-retrieval-project is hosted in the following web site
https://github.com/factoryEquipment/info-retrieval-project
If you think the Android project info-retrieval-project listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of info-retrieval-project.
Item | Value |
---|---|
Java File Count | 22 |
Target SDK Version | 9 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 6 |
jar files used | android-support-v4.jar jackson-core-asl-1.9.5.jar jackson-mapper-asl-1.9.5.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 2 image files in info-retrieval-project. The names of the image files are listed as follows.
marker.png marker2.png
The following screenshort is generated from the image listed above.
info-retrieval-project has the following Java source files.
com.vt.ir.Utils.java com.vt.ir.adapters.HomeFragmentPagerAdapter.java com.vt.ir.fragments.ImmediateAutoComplete.java com.vt.ir.fragments.SearchFragment.java com.vt.ir.fragments.SubmitCrimeFragment.java com.vt.ir.io.HttpHelper.java com.vt.ir.io.ResponseProcessor.java com.vt.ir.io.RestMethodInvoker.java com.vt.ir.io.URLUtil.java com.vt.ir.services.RestService.java com.vt.ir.services.ServiceHelper.java com.vt.ir.tasks.GeocodeAsyncTask.java com.vt.ir.tasks.MapPointsAsyncTask.java com.vt.ir.ui.CrimeHomeActivity.java com.vt.ir.ui.HomeViewPager.java com.vt.ir.ui.SimpleItemizedOverlay.java com.vt.ir.ui.TapControlledMap.java com.vt.ir.ui.fragments.ImmediateAutoComplete.java com.vt.ir.ui.fragments.SearchFragment.java com.vt.ir.ui.fragments.SubmitCrimeFragment.java com.vt.ir.vo.Crime.java com.vt.ir.vo.CrimesWrapper.java