Hi Shawn,
Thanks for the help.
I hate to burst your bubble here ... but 4 million docs is pretty small for
> a Solr index. I have one index that's a hundred times larger, and there
> are people with *billions* of documents in SolrCloud.
>
Sorry I missed a "0" there. It's actually 40 Millions, s
On 11/26/2017 7:45 AM, lamelylounges wrote:
I have a datastax (DSE) server with cassandra. I am running the node in
"search" mode, which means solr is enabled and working. I want to use CQL
to write a query against my core/table.
I'm fairly certain that CQL is not something created by the Sol
Hi all,
I have a datastax (DSE) server with cassandra. I am running the node in
"search" mode, which means solr is enabled and working. I want to use CQL
to write a query against my core/table.
If this were a traditional SQL, here is how I would write it:
SELECT COUNT(DISTINCT my_field) FROM my_
Hi,
I am having issues with spell check and suggestions. I am using one of the
column data as source for the text suggestions and handler is setup as
DirectSolrSpellChecker in solrconfig.xml. Also defined copyField for this data
and using this as spell check source. I am on version 6.3.0
I