简体   繁体   中英

Search an uploaded document asp.net core

I am looking for any help, so i am currently uploading a file which is either a pdf or a docx to a file server and storing the address in a sql database. I am now trying to allow the user to search the whole database and also the text in the documents that have been uploaded. I am struggling to find any solutions using asp.net core. Does anyone have any ideas?

Depending how many documents you have this is probably going to be slow as hell .

You will want to look into building a full-text-index like lucene or importing the contents of the files into a SQL full text index.

There isn't a pre-made way to do this as it is complicated depending on specific requirements

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM