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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
20 matches
Mail list logo