Good day
i am developing an application that has several pages in it,
instead of the user having to go through the stress of navigating to the required page
i will like to add a search feature in which when the user type in the required page keyword
it will take the user to the page without stress
How can i implement this in windows phone 8 app
Reply soon thank you in advance
Loading
JOHN JOHNNNYPosted Jul 26, 2014, 11:12 AM
Thank you for your time
Guest UserPosted Jul 26, 2014, 11:04 AM
http://stackoverflow.com/questions/5646615/how-to-get-started-with-solr-net
refer these
JOHN JOHNNNYPosted Jul 26, 2014, 11:00 AM
Thank you
Guest UserPosted Jul 26, 2014, 10:54 AM
# you have to implement search engine crawler mechanism if your application is big and contains many pages with lot of content
solr, lucene are tools you can look forward to. These products build their index of words used in website, e.g., google search
# other option is you maintain your own index (if app is not big enough) and track which word is at which particular page and display accordingly
twitter @sumitjolly
JOHN JOHNNNYPosted Jul 26, 2014, 10:47 AM
Thank you for the quick reply am waiting for the next reply
Guest UserPosted Jul 26, 2014, 10:36 AM