Re: WordDelimiterFilterFactory with Wildcards

2017-07-26 Thread Erick Erickson
The Admin/Analysis page is useful here. It'll show you what each bit of your query analysis chain does and may well point you to the part of the chain that's the problem. Best, Erick On Wed, Jul 26, 2017 at 11:33 AM, Webster Homer wrote: > checked the Pattern Replace it's OK. Can't use the prese

precedence for configurations in solrconfig.xml file

2017-07-26 Thread suresh pendap
Hi, If I have a configoverlay.json file with the below content {"props":{"updateHandler":{"autoCommit":{ "maxTime":5, "maxDocs":1 and I also have a JVM properties set on the Solr JVM instance as -Dsolr.autoCommit.maxtime=2 -Dsolr.autoCommit.maxDocs=10 I w

Re: High CPU utilization on Upgrading to Solr Version 6.3

2017-07-26 Thread Shawn Heisey
On 7/26/2017 1:49 AM, Atita Arora wrote: > We did our functional and load testing on these boxes , however when we > released it to production along with the same application (using SolrJ to > query Solr) , we ran into severe CPU issues. > Just to add we're on Master - Slave where master has index

RE: 6.6 cloud starting to eat CPU after 8+ hours

2017-07-26 Thread Markus Jelsma
Hello Mikhail, Spot on, there is indeed not enough heap when our nodes are in this crazy state. When the nodes are happy, the average heap consumption is 50 to 60 percent, at peak when indexing there is in general enough heap for the warming to run smoothly. I probably forgot to mention that h

Re: shared file system other than HDFS?

2017-07-26 Thread Mikhail Khludnev
Hello, Daniel You might find it useful https://issues.apache.org/jira/browse/SOLR-9952. On Wed, Jul 26, 2017 at 10:46 PM, Huang, Daniel wrote: > Hi, > > Just wondering if anyone has deployed solrcloud on a shared filesystem > other than HDSF. Appreciate if they can share a bit about the setup, O

shared file system other than HDFS?

2017-07-26 Thread Huang, Daniel
Hi, Just wondering if anyone has deployed solrcloud on a shared filesystem other than HDSF. Appreciate if they can share a bit about the setup, OS, file system, replication and backup strategies, etc. Thanks -- Daniel Huang BNY Mellon Innovation Center – Silicon Valley 3495 Deer Creek Road, Pa

Re: Unable to create core [collection] Caused by: null

2017-07-26 Thread Anshum Gupta
Hi Lucas, It would be super useful if you provided more information with the question. A few things you might want to include are - version of Solr, how did you start it, stack trace from the log etc. -Anshum > On Jul 25, 2017, at 4:21 PM, Lucas Pelegrino wrote: > > Hey guys. > > Trying

Re: WordDelimiterFilterFactory with Wildcards

2017-07-26 Thread Webster Homer
checked the Pattern Replace it's OK. Can't use the preserve original since it preserves the hyphens too, which I don't want. It would be best if it didn't touch the * at all On Wed, Jul 26, 2017 at 1:30 PM, Saurabh Sethi wrote: > My guess is PatternReplaceFilterFactory is most likely the cause.

Re: WordDelimiterFilterFactory with Wildcards

2017-07-26 Thread Saurabh Sethi
My guess is PatternReplaceFilterFactory is most likely the cause. Also, based on your query, you might want to set preserveOriginal=1 You can take one filter out at a time and see which one is altering the query. On Wed, Jul 26, 2017 at 11:13 AM, Webster Homer wrote: > 1. KeywordTokenizer - we

Re: WordDelimiterFilterFactory with Wildcards

2017-07-26 Thread Webster Homer
1. KeywordTokenizer - we want to treat the entire field as a single term to parse 2. preserveOriginal = "0" Thought about changing this to 1 3. 6.2.2 This is the fieldtype

Re: WordDelimiterFilterFactory with Wildcards

2017-07-26 Thread Saurabh Sethi
1. What tokenizer are you using? 2. Do you have preserveOriginal="1" flag set in your filter? 3. Which version of solr are you using? On Wed, Jul 26, 2017 at 10:48 AM, Webster Homer wrote: > I have several fieldtypes that use the WordDelimiterFilterFactory > > We have a fieldtype for cas numbers

WordDelimiterFilterFactory with Wildcards

2017-07-26 Thread Webster Homer
I have several fieldtypes that use the WordDelimiterFilterFactory We have a fieldtype for cas numbers. which look like 1234-12-1, numbers separated by hyphens, users often leave out the hyphens and either use spaces or just string the numbers together. The WDF seemed like a great solution especia

Re: in-places update solr 5.5.2

2017-07-26 Thread elisabeth benoit
Thanks a lot for your answer 2017-07-26 16:35 GMT+02:00 Cassandra Targett : > The in-place update section you referenced was added in Solr 6.5. On > p. 224 of the PDF for 5.5, note it says there are only two available > approaches and the section on in-place updates you see online isn't > mention

Re: Copy field a source of copy field

2017-07-26 Thread alessandro.benedetti
I get your point, the second KeepWordFilter is not keeping anything because the token it gets is : "hey you" and the word is supposed to keep is "hey". Which does clearly not work. The KeepWordFilter just consider each row a single token ( I may be wrong, i didn't check the code, I am just asssumi

Re: in-places update solr 5.5.2

2017-07-26 Thread Cassandra Targett
The in-place update section you referenced was added in Solr 6.5. On p. 224 of the PDF for 5.5, note it says there are only two available approaches and the section on in-place updates you see online isn't mentioned. I looked into the history of the online page and the section on in-place updates w

Re: Issue with delta import

2017-07-26 Thread Sujay Bawaskar
can you please try ${dih.last_index_time} instead of ${dataimporter.last_index_time}. On Wed, Jul 26, 2017 at 2:33 PM, bhargava ravali koganti < ravali@gmail.com> wrote: > Hi, > > I'm trying to integrate Solr and Cassandra. I"m facing problem with delta > import. For every 10 minutes I'm runn

Issue with delta import

2017-07-26 Thread bhargava ravali koganti
Hi, I'm trying to integrate Solr and Cassandra. I"m facing problem with delta import. For every 10 minutes I'm running deltaquery using cron job. If any changes in the data based on last index time, it has to fetch the data(as far as my knowledge), however, it keeps fetching the whole data irrespe

Re: 6.6 cloud starting to eat CPU after 8+ hours

2017-07-26 Thread Mikhail Khludnev
I've looked into stacktrace. I see that one thread triggers commit via update command. And it's blocked on searcher warming. The really odd thing is total state = BLOCKED. Can you check that there is a spare heap space available during indexing peak? And also that there free RAM (after heap allocat

High CPU utilization on Upgrading to Solr Version 6.3

2017-07-26 Thread Atita Arora
Hi , We upgrade our production Solr to version 6.3 from Version 4.3.2 about a week ago. We had our Dev / QA / staging on the same version (6.3) before finally releasing the application leveraging Solr 6.3. We did our functional and load testing on these boxes , however when we released it to prod

in-places update solr 5.5.2

2017-07-26 Thread elisabeth benoit
Are in place updates available in solr 5.5.2, I find atomic updates in the doc https://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.5.pdf, which redirects me to the page https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents#UpdatingPartsofDocuments-At