Hi Community Members,
There is a logic that I need to implement using Solr.
Suppose there are two suppliers on a site dealing in Mobile Phones
1. Supplier 1 has 10 products related to mobile phones
2. Supplier 2 has 20 products related to mobile phones
I need to give a boost to supplier
Hello Team,
I am getting this weird error in Solr logs.
null:java.io.IOException: Unable to find resource 'custom.vm'
at
org.apache.solr.response.VelocityResponseWriter.getTemplate(VelocityResponseWriter.java:308)
at
org.apache.solr.response.VelocityResponseWriter.write(Velocity
You haven’t told us what version of Solr you’re using, so this is largely a
guess.
You need to add a lib directive to solrconfig.xml, velocity is a contrib, but no
longer accessible by default, see: SOLR-13978
Best,
Erick
> On Apr 22, 2020, at 8:07 AM, Prakhar Kumar
> wrote:
>
> Hello Team,
What's the full request that is logged? You're using the Velocity response
writer (wt=velocity) and a request is being made to render a custom.vm template
(v.template=custom, or a template is #parse'ing("custom.vm")) that doesn't
exist.
Erik
> On Apr 22, 2020, at 8:07 AM, Prakhar Kum
Hi Buddy,
We have built Auto-Suggest over Solr with EdgeNGrams, Custom Spellcheck
Factory and Synonyms (for spelling mistakes). This solves for most cases.
If you have the dictionary for spelling mistakes, EdneNGrams after
Synonym factory will do the job.
On Thu, 16 Apr 2020 at 13:35, aTan wrot
Hi Rajeswari,
I can only share my experience of moving from Solr 6 to Solr 8. I suggest
you to move and then reevaluate your performance metrics. To recall another
experience, we moved from Java 8 to 11 for Solr 8.
Please note experiences can differ! :)
On Wed, 22 Apr 2020 at 00:50, Natarajan, R
Hi Samuel,
Thanks for the very detailed description of the problem here. Very
thorough! I don't think you're missing anything obvious, please file the
jira tickets if you haven't already.
Best,
Jason
On Mon, Apr 13, 2020 at 6:12 PM Samuel Garcia Martinez <
samuel...@inditex.com> wrote:
> Rea
Hi,
Iam also facing same issue. Does anyone have any update/soulution how to fix
this issue as part DIH?
Thanks.
Regards,
Ravi kumar
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi all,
I am facing the exact same issue reported
https://issues.apache.org/jira/browse/SOLR-8733 and
https://issues.apache.org/jira/browse/SOLR-7404
I have tried it with Solr v8.4.1 and v8.5.1. In both cases, the cluster
consisted of three nodes and a collection with 3 shards and 2 replicas.
Fo
Hello,
I'm moving our product from 8.3.1 to 8.5.1 in dev and we've got tests
failing because Solr is getting OOMEs with a 512mb heap where it was
previously fine.
I ran our tests on both versions with jconsole to track the heap usage.
Here's a little comparison. 8.5.1 dies part way through
https:
Hello,
I’m digging in an issue getting timeouts doing a managed schema change using
the schema api.
The call hangs reloading the cores (does not recover until restarting the
node):
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
java.util.
Hi,
I am looking to use S3 as the place to store indexes. Just how Solr uses
HdfsDirectory to store the index and all the other documents.
We want to provide a search capability that is okay to be a little slow but
cheaper in terms of the cost. We have close to 2 petabytes of data on which
we wan
12 matches
Mail list logo