Concurrent Updates

2019-04-02 Thread Mark Johnson
We have a SolrCloud cluster (of 3 nodes) running solr 6.4.2. Every night, we delete and recreate our whole catalog. In this process, we're simultaneously running a query which recreates the product catalog (which includes child documents of a different type) and a query that creates a third

Re: Regex Phrases

2017-03-23 Thread Mark Johnson
gt; Best, > > Erick > > > > On Wed, Mar 22, 2017 at 12:56 PM, Susheel Kumar <susheel2...@gmail.com> > > wrote: > > > I have used PatternReplaceFilterFactory in some of these situations. > e.g. > > > below > > > > > > > > > class="sol

Re: Regex Phrases

2017-03-22 Thread Mark Johnson
ameters are. > > Best, > Erick > > On Wed, Mar 22, 2017 at 11:06 AM, Mark Johnson > <mjohn...@emersonecologics.com> wrote: > > Is it possible to configure Solr to treat text that matches a regex as a > > phrase? > > > > I have a database full of

Regex Phrases

2017-03-22 Thread Mark Johnson
Is it possible to configure Solr to treat text that matches a regex as a phrase? I have a database full of products, and the Title and Description fields are text_en, tokenized via the StandardTokenizerFactory. This works in most cases, but a number of products have names like: - Vitamin A -

Re: Partial Match with DF

2017-03-16 Thread Mark Johnson
illion different > cases, you can go wild. Here's a partial > list:https://cwiki.apache.org/confluence/display/solr/ > Understanding+Analyzers%2C+Tokenizers%2C+and+Filters, > see the "Tokenizer", "Filters" and CharFilters" links. There are 12 > tokenizers li

Re: Partial Match with DF

2017-03-16 Thread Mark Johnson
eers > > Charlie > > P.S. planning a blog soon listing 'useful Solr tools' > > On 16 March 2017 at 14:39, Mark Johnson <mjohn...@emersonecologics.com> > wrote: > > > You're right! The fields I'm searching are all "string" type. I switched > to

Re: Partial Match with DF

2017-03-16 Thread Mark Johnson
r collection) from the drop-down>>analysis > That shows you exactly how Solr/Lucene break up text at query and index > time > > add =query to the URL. That'll show you how the query was parsed. > > Best, > Erick > > On Thu, Mar 16, 2017 at 6:52 AM, Mark Joh

Re: Partial Match with DF

2017-03-16 Thread Mark Johnson
d, you are using its definition because of copyField. Your > original fields may be strings. > > Remember to reload core and reminded when you change definitions. > > Regards, > Alex > > > On 16 Mar 2017 9:15 AM, "Mark Johnson" <mjohn...@emersonecologics.com

Partial Match with DF

2017-03-16 Thread Mark Johnson
Forgive me if I'm missing something obvious -- I'm new to Solr, but I can't seem to find an explanation for the behavior I'm seeing. If I have a document that looks like this: { field1: "aaa bbb", field2: "ccc ddd", field3: "eee fff" } And I do a search where "q" is "aaa ccc", I get