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
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
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:
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
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
>
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
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,
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
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
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
10 matches
Mail list logo