Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi...
i want to perform a searching operation as multi keyword ranked search...
i want to enter the multiple words query, the server is going to split that query into a single word after search that word file in our database. Finally, display the matched word list from the database and want to gets the file from that list.
Posted

1 solution

What you are asking for is a fulltext search on file contents, you are better off using a full text search engine like lucene for this as it will do all you require.
 
Share this answer
 
Comments
Raghupathiraja 30-Nov-11 1:35am    
lucene means?
Mehdi Gholam 30-Nov-11 12:35pm    
lucene is a fulltext search engine.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900