Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:dracode/Android-Indexing-Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winger committed Oct 27, 2014
2 parents a71b772 + 4a8eab7 commit a42ff68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Android Indexing Service

(C) 2014 Dracode Software

Version: 0.5.1
Version: 0.5.2

Authors: Benjamin Winger

An android application that exposes a service to allow other applications to search quickly search through files on a device using the Apache Lucene search framework. This means they do not have to implement Lucene themselves or deal with indexing and also reduces application size as implementing the AIS Client Library is much smaller than implementing Apache Lucene (30KB vs ~2.2MB or more).
It also serves as a centralised index so that the database is shared between applications and reduces redundancy from having many applications indexing individually.

## Compiling ##
Android Indexing Service is built using the Apache Maven build tool. Simply download the source and execute
Android Indexing Service is built using the Apache Maven build tool. Simply download the source and execute from the root of the source directory:

```
mvn clean install
Expand Down

0 comments on commit a42ff68

Please sign in to comment.