Re: query optimization

2019-07-06 Thread Mikhail Khludnev
https://lucene.apache.org/solr/guide/6_6/common-query-parameters.html#CommonQueryParameters-ThedebugParameter On Wed, Jul 3, 2019 at 10:10 AM Midas A wrote: > Please suggest here > > On Wed, Jul 3, 2019 at 10:23 AM Midas A wrote: > > > Hi, > > > > How can i optimize following query it is takin

Re: query optimization

2019-07-03 Thread Midas A
Please suggest here On Wed, Jul 3, 2019 at 10:23 AM Midas A wrote: > Hi, > > How can i optimize following query it is taking time > > webapp=/solr path=/search params={ > df=ttl&ps=0&hl=true&f.ind.mincount=1&hl.usePhraseHighlighter=true&lowercaseOperators=true&ps2=0&ps3=0&qf=contents^0.05+currd

Re: Query optimization

2016-07-28 Thread Ahmet Arslan
Ups I forgot the link: http://yonik.com/solr/paging-and-deep-paging/ On Friday, July 29, 2016 9:51 AM, Ahmet Arslan wrote: Hi Midas, Please search 'deep paging' over the documentation, mailing list, etc. Solr Deep Paging and Sorting Ahmet On Friday, July 29, 2016 9:21 AM, Midas A wrote:

Re: Query optimization

2016-07-28 Thread Ahmet Arslan
Hi Midas, Please search 'deep paging' over the documentation, mailing list, etc. Solr Deep Paging and Sorting Ahmet On Friday, July 29, 2016 9:21 AM, Midas A wrote: please reply . On Fri, Jul 29, 2016 at 10:26 AM, Midas A wrote: > a) my index size is 10 gb for higher start is query res

Re: Query optimization

2016-07-28 Thread Midas A
please reply . On Fri, Jul 29, 2016 at 10:26 AM, Midas A wrote: > a) my index size is 10 gb for higher start is query response got slow . > what should i do to optimize this query for higher start value in query >

Re: Query optimization

2016-07-13 Thread Midas A
Hi , One more thing i would like to add here is we build facet queries over dynamic fields so my question is a) Is there any harm of using docValues true with dynamic fields. b) Other suggestion that we can implement to optimize this query my index size is 8GB and query is taking more tha 3 seco

Re: Query optimization

2016-07-13 Thread Erick Erickson
DocValues are now the preferred mechanism whenever you need to sort, facet or group. It'll make your on-disk index bigger, but the on-disk structure would have been built in Java's memory if you didn't use DocValues whereas if you do it's MMap'd. So overall, use DocValues by preference. Best,

Re: Query optimization

2016-07-13 Thread sara hajili
as i know when you use docValue=true solr when indexing doc, solr although store doc and docValue=true field in memory.to use that in facet query and sort query result. so maybe use a lot docvalue=true use a lot memory of ur system. but use it in logical way.can make better query response time On

Re: Query optimization

2016-07-13 Thread Midas A
Is there any draw back of using docValues=true ? On Wed, Jul 13, 2016 at 2:28 PM, sara hajili wrote: > Hi. > Facet query take a long time.you vcan use group query. > Or in fileds in schema that you run facet query on that filed. > Set doc value=true. > To get better answer.in quick time. > On Ju

Re: Query optimization

2016-07-13 Thread sara hajili
Hi. Facet query take a long time.you vcan use group query. Or in fileds in schema that you run facet query on that filed. Set doc value=true. To get better answer.in quick time. On Jul 13, 2016 11:54 AM, "Midas A" wrote: > http:// > > #:8983/solr/prod/select?q=id_path_ids:166&fq=sort_price:[0