Android Open Source - Database object thesearchbattle






Project Summary

Code used to benckmark searching a dataset of objects in memory or a database using a full text search index..

Web Site / Source Repository

thesearchbattle is hosted in the following web site
https://github.com/raycoarana/thesearchbattle

If you think the Android project thesearchbattle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of thesearchbattle.

ItemValue
Java File Count12
Activity Count1
Asset File Namesassets\cars.db




License

The license information of thesearchbattle is as follows:

Apache License

Java Source Files

com.raycoarana.thesearchbattle.ApplicationTest.java
com.raycoarana.thesearchbattle.BattleArenaActivity.java
com.raycoarana.thesearchbattle.database.Database.java
com.raycoarana.thesearchbattle.io.ResultsRegister.java
com.raycoarana.thesearchbattle.io.StreamExtensions.java
com.raycoarana.thesearchbattle.model.Car.java
com.raycoarana.thesearchbattle.model.DataSetDefinition.java
com.raycoarana.thesearchbattle.model.Timer.java
com.raycoarana.thesearchbattle.search.BaseSearchEngine.java
com.raycoarana.thesearchbattle.search.FTSSearch.java
com.raycoarana.thesearchbattle.search.MemorySearch.java
com.raycoarana.thesearchbattle.search.SearchEngine.java