|
Question:
how can we use lucene indexing in mysqlHi,
I am trying to index a mysql column through Lucene can someone tell me how to do it and if it possible. Regards, Superhornet
The question is not quite correct. Lucene text search and mysql text search are different technoligies. You have to decide which one to use. If you want to use Mysql fulltext search you have to create table with MyIsam engine and Fulltext index like this:
Then insert test data into it: Then you make the query: I just have to see what is the configuration of mysql server. Refine your question. Lucene is java and has nothing to do with mysql, it can work together with mysql but also can run without mysql. What is your exact question ? Maybe you want Lucene to index data which is stored in MySQL ? Is is what you want ? Vote:
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
|
|