I couldn't find any parameter to enable dse search in dse.yaml file. or Am I looking at the wrong location . Or is it by default enabled?
dse version: 5.1.20
Hi, you can configure the workload in /etc/default/dse (SOLR_ENABLED=1). You will then need to restart the service in order for the change to take affect. Please note that workloads are DC specific, so when you state standalone, then I'm not sure if you're talking about a single node in a DC, or you just want to standup one node of many as search within the same DC. If it's the latter, that's not a supported configuration. Whether it's search or analytics, you need to make sure that all nodes in the dc have the same workload.
If you've installed DSE as a package using YUM on RHEL/CentOS machines or APT on Ubuntu/Debian systems, you need to initialise the DSE service by setting the workload type to Search in /etc/default/dse
with:
SOLR_ENABLED=1
and then start DSE as a service with:
$ sudo service dse start
If you've installed DSE using the binary tarball, you need to start DSE as a standalone process with the -s
flag:
$ cd /path/to/tarball/installation $ bin/dse cassandra -s
If you need more information, I've linked the relevant docs above. Cheers!
7 People are following this question.
Is it possible to unload the Solr core from just one node?
Is it possible to clone a table which has Solr indexes to another cluster without indexing again?
Why does Solr facet query return results but not CQL or Solr queries?
How do I avoid indexing on startup due to commitlog replay?
Is re-indexing required after copying solr.data index files from old node?
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2023 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use