Forums Register Login Forgot your login/password? Search
Common forum | 1 | 2 | 3 | 4 | 5 | ... | 450 | 451 | 452 | 453 | next »» | Create new thread
|
savvas.moysidis
Name: Savvas Andreas Moysidis |
2010-08-16 13:00:14
| reply! Hello, I am developing a Java based project and I am investigating Sphinx as a full text search engine. Has anyone used Sphinx in a Java project? Was integration easy and what type of interface does Sphinx provide for the language? Does anyone know of a good tutorial that will get me started? Googling for related topics doesn’t seem to return back any useful information.. King regards |
|
barryhunter
Name: Barry Hunter |
to: savvas.moysidis, 2010-08-16 13:38:43
| reply! There is a Java example available in the source download file, look in /api/java/ You can also use sphinxQL - which accesses sphinx with a SQL interface. You connect to sphinx just like you connect to a mysql database. (so use the same connection library) |
|
savvas.moysidis
Name: Savvas Andreas Moysidis |
to: barryhunter, 2010-08-16 14:55:53
| reply! > There is a Java example available in the source download file, look in /api/java/ > > You can also use sphinxQL - which accesses sphinx with a SQL interface. You connect to > sphinx just like you connect to a mysql database. (so use the same connection library) great! will look at that. Thanks very much. |
Common forum | 1 | 2 | 3 | 4 | 5 | ... | 450 | 451 | 452 | 453 | next »» | Create new thread