Also what is the use case? What do you plan to do with terms? There may be
other approaches that will work better then the terms query.
Joel Bernstein
http://joelsolr.blogspot.com/
On Wed, Mar 21, 2018 at 9:28 AM, Erick Erickson
wrote:
> We need a lot more information. What is the exact query y
We need a lot more information. What is the exact query you're using?
Is 100M the number of docs? How many terms are in the field?
On Tue, Mar 20, 2018 at 10:39 PM, adam rag wrote:
> To get top words in my Apache Solr instance, I am using "terms" query. When
> I try it to get 10 terms in 100 mill
To get top words in my Apache Solr instance, I am using "terms" query. When
I try it to get 10 terms in 100 million of data, the data are fetching
after a few minutes, But if the data is 300 million the Solr is not
responding. My server memory is 100 GB.