|
TextIndex
...
APIvoid addToIndex(String uri, String/Reader content); void removeFromIndex(String uri); /** return URIs of items fulfulling the query */ String[] query( String luceneQuery); Implementation candidates
|
Sign in to add a comment
