简体   繁体   中英

queries and search keywords in couchdb documents

I would search a keyword or search complex expression in a document stored in couchdb. There are examples that show me how can I proceed? An example, after storing a txt or pdf document, I need to search a particular word or expression inside the document

eg the number of word "foo" in a pdf document stored in couchdb database, the expression "this is an example" inside a huge and long txt document.

您所追求的就是“全文索引”,如果您搜索该短语并添加“ couchdb”,您将看到所有不同类型的选项,如LuceneindexerElasticSearch

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