Posts Tagged ‘search queries’
Which are the right programming/programs for my e-commerce site?
I’m interested in learning about programming (spreadsheet, database, web) to help me with an e-commerce idea I have. I have never done any programming before. What programming launguages would you recommend I start with if I want to do search queries against various databases with different information?
Also I would need to be able to do calculations in the programming to be able to do search against various databases. Untimately the end-user would go on my website, type in certain information and it would produce a ranking of results based on the information they input.
An website similar to the one I am trying to do is www.kinetix.com.
Thanks for your help. Much appreciated
What is the best way to index thousands of documents for use in a ASP NET 2.0 web site?
I want to be able to add/delete documents, (mainly PDF’s) allow my users to add documents in a members based service. What is the best way to index these documents as they are uploaded/donated/or already exist in certain folders? Basically I am looking for a program of some sort that allows me to index them into a SQL DB or XML file where I can then write code to allow searching of the indexed information and pull up the correct documents. The basic need is what is the best tool to use to index the content so I have a db to pull from in search queries based on keywords so I can show the most relevant documents to their search text. Is there a program or plug in of somekind that already indexes PDF’s etc and places them into a db or xml format so I can use this info to create my own custom search script/results layout so they can open these docs if they find what they need?
Indexing = file name, file extension, and keywords within the document. I know MS can index the document names which is fine, but if I have a PDF called meridian.pdf, but it is actually for particular part numbers or equipment names or something, I need to know that as well. So I was looking for something that also indexed content within the documents not just the file names.

