Thanks everybody for your replies.
I have noticed the optimization running in background every time I indexed.
This is 5 node cluster with solr-5.1.0 and uses the CloudSolrClient. Kindly
share your findings on this issue.
Our index has almost 100M documents running on SolrCloud. We have been
opti
Hi,
Has anyone tried to run Solr 5.1.0 as a Microsoft Windows service?
i've tried to follow the steps from this website
http://www.norconex.com/how-to-run-solr5-as-a-service-on-windows/, which
uses NSSM.
However, when I tried to start the service from the Component Services in
the Windows Contro
Thanks for your reply.
Do we still have to use back the solr.war file in Solr 5.1 in order to get
the gzip working?
Regards,
Edwin
On 25 May 2015 at 06:57, William Bell wrote:
> OK I got mine to work with 4.10.4 and it also works on 5.1...
>
> mkdir war cp ../solr-4.10.4/example/webapps/solr
OK I got mine to work with 4.10.4 and it also works on 5.1...
mkdir war cp ../solr-4.10.4/example/webapps/solr.war . jar xvf
solr.war cd WEB-INF vi web.xmlAdd this above the already
there:GzipFilter
org.eclipse.jetty.servlets.GzipFilter
mimeTypes
application/xml,applica
you might have this filter in query analyzer, which can spit token "s-pass"
https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-WordDelimiterFilter
On Sun, May 24, 2015 at 5:36 AM, Ryan Yacyshyn
wrote:
> Thanks all for your suggestions.
>
> What we've done i
Vincenzo:
Here's perhaps more than you want to know about hard commits, soft
commits and transaction logs:
http://lucidworks.com/blog/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/
Best,
Erick
On Sun, May 24, 2015 at 12:04 AM, Vincenzo D'Amore wrote:
> Thanks Shawn for your
Thanks, that worked perfectly and is far simpler than extending
DefaultSimilarity which I did last night.
Hope this helps others who are trying to implement recommendation. The Solr
in Action book gives a great start on recommendation, but lacks important
details on collaborative filtering impleme
Thanks all for your suggestions.
What we've done in the end - and I'm not so sure why it works - is adding
"s-pass, spass, s pass" to the synonyms.txt file rather than s-pass, spass
=> s pass.
On Fri, 15 May 2015 at 16:02 Rajani Maski wrote:
> Hi Ryan,
>
> I am not really sure whether thi
Thanks Shawn for your prompt support.
Best regards,
Vincenzo
On Sun, May 24, 2015 at 6:45 AM, Shawn Heisey wrote:
> On 5/23/2015 9:41 PM, Vincenzo D'Amore wrote:
> > Thanks Shawn,
> >
> > may be this is a silly question, but I looked around and didn't find an
> > answer...
> > Well, could I upd