full text search solr

MasTer`SpiriT

New Member
Ok, I got the mysql tables I need in xml format via solr. I would like some guidance on how to implement the xml dataimport.proerties file in my web app so I can have users conducting search queries with products that are on the list. Basically the items in the xml document are products. ok, so ... how would I go about this?? could I add the dataimport.properties file in the .war, put a toget method for a form with search in the header and make a seperate page that will display the results?? Are there any tutorials for something like this?? I was kind of hoping that I could use the results from solr via xml without necessarily having to use solr in the web app. Would the dataimport.properties file be enough for the search queries?? Please help folks. This is the meet and potatoes of the programming way of life so I hope I can ingest some of the knowledge of this. methods with php and java will be greatly apreciated.
 
Top