hello
i have the following problem to tackle. I need some solid advise on where to start, and any refernce to code snippets that you can direct me to. I am in a real tight position at this point
1) I have a directory of white papers
2) I need to index and search those white papers based on keyword
3) I need to be able to search within the white paper for the keyword and retrun the results displayed to the user on the screen
4) when i return the search results, i must return the title of the white paper that the keyword appears in, the paragprah in which the keyword appears in, and have the word highlighted
5) i assume i must store the information of the white papers somewhere in a data base
i could access it as I write the code to do this.
6) what is the best way to search through hundreds of papers? is it to open each one individually, search through it, and return the paragraph in which a key word appears?
how do I get the entire paragraph that the keywrd appears in?
any help on where to start, adn organise my thoughts would be greatly appreciated
best regards
shyma
display search results, search documents, highlight text
Moderator: General Moderators