Re: Custom Snitch for Rack Awareness

2020-07-31 Thread Matt Pearce
Hi Anshuman, Rather than creating a custom Snitch, is it possible for you to supply the rack number in a system property, and use that in your placement rule? If you do have to create a custom Snitch, you'll need to extend the abstract Snitch class, and put it in your Solr library directory.

Re: Delete by id

2019-02-13 Thread Matt Pearce
oking? I’ve tried all the update handlers below (both curl and through admin ui) /update/ /update/json /update/json/docs My environment Solr cloud 7.6 Single node As always any advice would be greatly appreciated, Thanks, Dwane -- Matt Pearce Flax - Open Source Enterprise Search www.flax.co.uk

Re: change in White Space when upgrading 6.6 to 7.4

2019-02-07 Thread Matt Pearce
ucene.apache.org/solr/guide/7_4/tokenizers.html#standard-tokenizer it would seem that the period should not split the string into two tokens. Could someone clarify how we can know which Tokenize is used when, and which definition of White Space is used when? Thanks -- Matt Pearce Flax - Open Source Enterprise Search www.flax.co.uk

Re: MLT - unexpected design choice

2019-01-29 Thread Matt Pearce
an idf which is computed only on the subset of documents with “description”. So one part of the MLT uses a different numDocs than another part. This sounds like an odd choice, and not expected at all, and I wonder if I’m missing something. Best, Maria -- Matt Pearce Flax - Open Source E

Re: Corrupted index in SolrCloud

2018-09-21 Thread Matt Pearce
There's been a lot of work put in to making fewer full recoveries, but much of that only came to fruition in recent Solr releases, especially starting with Solr 7.3. (SOLR-11702) Best, Erick On Fri, Sep 21, 2018 at 7:17 AM Matt Pearce wrote: Hi, We've just been working with a client w

Corrupted index in SolrCloud

2018-09-21 Thread Matt Pearce
the corruption have spread to the replica as well? Could a corrupted document be replicated and cause the replica index to break as well? Thanks, Matt -- Matt Pearce Flax - Open Source Enterprise Search www.flax.co.uk

Re: Can't get spelling suggestions to work properly

2017-01-12 Thread Matt Pearce
hSpelling solr.DirectSolrSpellChecker internal 0.0 2

Re: How do I use Spring Boot when Solr 6.1 (and thus Jetty 9.3) is on the classpath?

2016-06-24 Thread Matt Pearce
ntext at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 48 more -- Matt Pearce

Re: Spellcheck error

2015-12-03 Thread Matt Pearce
etter design we could come up with for how terms are identified within queries and how collations are generated. James Dyer Ingram Content Group -Original Message- From: Matt Pearce [mailto:m...@flax.co.uk] Sent: Thursday, December 03, 2015 10:40 AM To: solr-user Subject: Spellcheck error

Spellcheck error

2015-12-03 Thread Matt Pearce
e error looks very similar to those described in https://issues.apache.org/jira/browse/SOLR-4489, https://issues.apache.org/jira/browse/SOLR-3608 and https://issues.apache.org/jira/browse/SOLR-2509, most of which are closed. Any suggestions would be appreciated, or should I open a JIRA ticket?