Does anybody know where the docs are for Solr? I a...
# cfml-beginners
j
Does anybody know where the docs are for Solr? I am trying to build a search engine in ColdFusion. I have searched google, but not found much. I know I use <cfcollection> to get started, but don't know where to start so I want to read the docs from Adobe.
m
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-c/cfcollection.html create a collection with cfcollection index the collection with cfindex then search the collection with cfsearch
btw, in regards to docs, i would recommend to start at cfdocs, and then follow the links to either lucee or adobe https://cfdocs.org/cfcollection
j
Thanks so much, @Matt Jones