On 7/8/2019 12:00 PM, Midas A wrote:
Number of Docs :50+ docs
Index Size: 300 GB
RAM: 256 GB
JVM: 32 GB
Half a million documents producing an index size of 300GB suggests
*very* large documents. That typically produces an index with fields
that have very high cardinality, due to text tok
On 7/8/2019 3:08 AM, Midas A wrote:
I have enabled docvalues on facet field but query is still taking time.
How i can improve the Query time .
docValues="true" multiValued="true" termVectors="true" />
*Query: *
There's very little information here -- only a single field definition
and th
Hi
How i can know whether DocValues are getting used or not ?
Please help me here .
On Mon, Jul 8, 2019 at 2:38 PM Midas A wrote:
> Hi ,
>
> I have enabled docvalues on facet field but query is still taking time.
>
> How i can improve the Query time .
> docValues="true" multiValued="true" termV
Hi ,
I have enabled docvalues on facet field but query is still taking time.
How i can improve the Query time .
*Query: *
http://X.X.X.X:
/solr/search/select?df=ttl&ps=0&hl=true&fl=id,upt&f.ind.mincount=1&hl.usePhraseHighlighter=true&f.pref.mincount=1&q.op=OR&fq=NOT+hemp:(%22xgidx29760%22+
On Mon, 2016-11-14 at 11:36 +0530, Midas A wrote:
> How to improve facet query performance
1) Don't shard unless you really need to. Replicas are fine.
2) If the problem is the first facet call, then enable DocValues and
re-index.
3) Keep facet.limit <= 100, especially if you shard
How to improve facet query performance
On 4/18/2016 5:06 AM, Mugeesh Husain wrote:
> 1.)solr normal query(q=*:*) vs facet query(facet.query="abc") ?
> 2.)solr normal query(q=*:*) vs facet
> search(facet=tru&facet.field=coullumn_name) ?
> 3.)solr filter query(q=Column:some value) vs facet query(facet.query="abc")
> ?
> 4.)solr normal que
cet.query="abc")
?
4.)solr normal query(q=*:*) vs filter query(q=column:some value) ?
Also provide some good tutorial for above these things.
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/normal-solr-query-vs-facet-query-performance-tp4270907.html
S