Re: Solr7 org.apache.lucene.index.IndexUpgrader

2017-11-26 Thread Leo Prince
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

Re: help get 'count of distinct' using solr via cql against datastax?

2017-11-26 Thread Shawn Heisey
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

help get 'count of distinct' using solr via cql against datastax?

2017-11-26 Thread lamelylounges
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_

Solr Spellcheck

2017-11-26 Thread Prasad Gontla VK
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