: For e.g. - Current FQ -
: fq: planName:all_features OR zipCode:1234 (in this case entire FQ is cached)
:
: I don't want to cache the entire FQ given it's very unique , but I
: want to cache the first part (plan_name:all_features) to improve
: performance . How do I achieve this?
:
:
: My und
Hello, Yash.
The syntax you come up with makes sense. It's important to don't prepend it
with space; probably bracket may be redundant; you can also resolve syntax
ambiguity with local params.
fq={!cache=false v="filter(planName:all_features) OR zipCode:1234"}
debugQuery=true shows how it's parsed.
On 5/25/23 11:00, Wei wrote:
For e.g. - Current FQ -
fq: planName:all_features OR zipCode:1234 (in this case entire FQ is cached)
I don't want to cache the entire FQ given it's very unique , but I
want to cache the first part (plan_name:all_features) to improve
performance . How do I achieve th
Send on behalf of my colleague as his email seems not showing up in the
list.
Hi Team,
I was reading about special filter syntax in Solr documentation -
https://solr.apache.org/guide/8_3/the-standard-query-parser.html#differences-between-lucenes-classic-query-parser-and-solrs-standard-query-par
Send on behalf of my colleague as his email seems not showing up in the
list.
Hi Team,
I was reading about special filter syntax in Solr documentation -
https://solr.apache.org/guide/8_3/the-standard-query-parser.html#differences-between-lucenes-classic-query-parser-and-solrs-standard-query-p
Also can you share your full http request. The slowness may be driven by
the query and filters.
Joel Bernstein
http://joelsolr.blogspot.com/
On Sun, Jul 18, 2021 at 9:26 PM halis Yılboğa wrote:
> You need to share your schema.
>
> On Fri, Jul 16, 2021 at 9:41 PM wrote:
>
> > Hello,
> >
> > I
You need to share your schema.
On Fri, Jul 16, 2021 at 9:41 PM wrote:
> Hello,
>
> I am Prasad working one Solr performance improvement in current project.
>
> We have solr collection with 10 shards with 500 million documents . API
> query using q & fq. In fq we have multiple fields and multipl
Hello,
I am Prasad working one Solr performance improvement in current project.
We have solr collection with 10 shards with 500 million documents . API query
using q & fq. In fq we have multiple fields and multiple or
conditions.currently it takes 3500 msecs for response.
We tried using cost