vote up 2 vote down star
1

Related to:

Query Windows Search from Java

But this time to use OSX's spotlight

I would like to consume OSX spotlight service from Java. Is there an API available?

Thanks.

flag

74% accept rate

1 Answer

vote up 2 vote down check

There is no Java API for Spotlight that I am aware of (I don't think it was added to the now deprecated Cocoa-Java bridge development on the bridge was stopped). There is a procedural C API for Spotlight, however, that you could wrap with JNI.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.