Setup:
I have a project that uses CouchDB. The docs will have a field called "tags." This "tags" field is an array of strings (for example, "tags": ["tag1", "tag2", "etc"]). I am using couchdb-lucene as my search provider.
Question:
What function can I use to get couchdb-lucene to index tag elements?
If you have an idea, but there is no test environment, enter it, I will try it and give the result here.
Lucas source share