janhoy commented on code in PR #822: URL: https://github.com/apache/solr/pull/822#discussion_r858808257
########## solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-tika.adoc: ########## @@ -77,20 +77,20 @@ For a few examples of how this could be done, see this blog post by Erick Ericks == Trying out Solr Cell -You can try out the Tika framework using the `schemaless` example included in Solr. +You can try out the Tika framework using the `techproducts` example included in Solr. -This command will simply start Solr and create a core/collection named "gettingstarted" with the `_default` configset. +This command will simply start Solr and create a core/collection named `techproducts` with the `techproducts` configset. [source,bash] ---- -bin/solr -e schemaless +bin/solr -e techproducts Review Comment: There is a big difference between these - the schemaless example creates an empty collection, whereas techproduct indexes a bunch of sample docs, which clutters this example. So a suggestion is to either create a new example for this (`bin/solr -e extracting`), or perhaps easier, create the core manually, as suggested below ```suggestion bin/solr start bin/solr create -c gettingstarted -d server/solr/configsets/sample_techproducts_configs/conf ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org