Hello
I have 14 cores, with a couple of them using Shards and now I am looking at
the master/Slave fallback solution. Can anyone please point me in the right
direction to get started?
Thanks
Kalpana
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-5-4-1-Master-Slave
Thanks will do and get back!
From: John Doe-2 [via Lucene] [mailto:ml-node+s472066n4289480...@n3.nabble.com]
Sent: Thursday, July 28, 2016 6:31 PM
To: Kalpana Sivanandan
Subject: Re: Solr Suddenly shut down
Hi,
check OS logs, maybe it was OOM killer.
Cheers
On 7/29/2016 1:29 AM, Kalpana
Hello
Solr suddenly shut down and I had to manually start it. I am not seeing
anything pointing to an error on the solr log files. I am not sure where
else I can look or what to look for.
Any help is greatly appreciated!
Thanks
Kalpana
--
View this message in context:
http://lucene.472066
html-strip-features
From: Markus Jelsma-2 [via Lucene]
[mailto:ml-node+s472066n4287069...@n3.nabble.com]
Sent: Wednesday, July 13, 2016 6:08 PM
To: Kalpana Sivanandan
Subject: RE: Strip HTML Tags
+s472066n4287069...@n3.nabble.com]
Sent: Wednesday, July 13, 2016 6:08 PM
To: Kalpana Sivanandan
Subject: RE: Strip HTML Tags and Store
Hello - just as mentioned in the thread:
> Add to your solrconfig:
>
>
>
> features
>
>
>
>
And point your update
Hello
I am trying to do something similar, I want to strip the html tags before
being stored. Where do I add this code in Solrconfig.xml? which section?
Thanks much
Kalpana
--
View this message in context:
http://lucene.472066.n3.nabble.com/Strip-HTML-Tags-and-Store-tp4067208p4287064.html
This did the trick
localhost:8983/solr/sitecore_web_index,localhost:8983/solr/SharePoint_All
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Merge-Index-tp4286081p4286272.html
Sent from the Solr - User mailing list archive at Nabble.com.
Some more info:
I am using Solrnet in my MVC project for search results:
var urlHealthInfo = ConfigurationManager.AppSettings["solrSPHealthInfo"] !=
null ?
ConfigurationManager.AppSettings["solrSitecoreSPHealthInfo"].ToString() :
"http://localhost:8983/solr/Sitecore_SharePoint_HealthInformation";
re2
as a parameter to your search requests.
On Thu, Jul 7, 2016 at 4:32 AM, Kalpana <[hidden
email]>
wrote:
> Hello
>
> I have two sources - Sitecore web index (core 1) and a database table (core
> 2). I have created core 3 which is a merge of core1 and core 2.
>
>
> htt
es a page on Sitecore, the sitecore web index gets
updated but not the merged core. How can get the real time data with the
merge? Is there a way?
Thanks
Kalpana
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Merge-Index-tp4286081.html
Sent from the Solr - User mailing
necessary filters in both analyzers, index and query.
Thanks again
Kalpana
--
View this message in context:
http://lucene.472066.n3.nabble.com/Spell-check-suggestions-because-of-case-tp4285027p4285709.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello
I am getting suggestions for Diabetes as diabetes - even though it brings
the same results for both. I used the case filter to no use.
Solrconfig
default
solr.IndexBasedSpellChecker
org.apache.solr.spelling.suggest.tst.TSTLookup
spell
Hello
I am looking for something similar - did you find a solution?
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Field-Value-Highlighting-tp3122209p4284242.html
Sent from the Solr - User mailing list archive at Nabble.com.
It worked! Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Highlights-tp4283511p4284241.html
Sent from the Solr - User mailing list archive at Nabble.com.
...@n3.nabble.com]
Sent: Monday, June 20, 2016 8:03 PM
To: Kalpana Sivanandan
Subject: Re: Solr Highlights
My first question is if you're absolutely sure that the term
diabetes occurs in the title_field for the docs that are
returned?
Oh, looking again your field type for title_t is "stri
Thanks for your reply. Although I would like to say health_content_t is
text_general and does not come back…
From: Erick Erickson [via Lucene]
[mailto:ml-node+s472066n428351...@n3.nabble.com]
Sent: Monday, June 20, 2016 8:03 PM
To: Kalpana Sivanandan
Subject: Re: Solr Highlights
My first
I have a question about Highlights – would greatly appreciate you taking the
time
I have pasted snippets of SolrCongig, schema, url and results. I am not sure
why I don’t see the highlights for title_t, _fullpath, health_content_t etc.
I only see it for the copied field search as it is a default
I have a question about Highlights – would greatly appreciate you taking the
time I have pasted snippets of SolrCongig, schema, url and results. I am
not sure why I don’t see the highlights for title_t, _fullpath,
health_content_t etc. I only see it for the copied field search as it is a
default f
As per Shawn's advice I deleted the index data using
http://localhost:8983/solr/Sitecore_SharePoint/update?stream.body=%3Cdelete%3E%3Cquery%3E*:*%3C/query%3E%3C/delete%3E&commit=true
and then stopped and started Solr and the duplicates were gone.
Will keep a watch!
Thanks much!
--
View this
Url
merge and still saw duplicates. I can try what you have recommended.
Thanks so much!.
From: Shawn Heisey-2 [via Lucene]
[mailto:ml-node+s472066n4275813...@n3.nabble.com]
Sent: Tuesday, May 10, 2016 10:38 AM
To: Kalpana Sivanandan
Subject: Re: Solr 5.4.1 Mergeindexes duplicate rows
On 5/9
Hello
Can anyone help me with a merge. Currently I have the two cores already
pulling data from SQL Table based on the query I set up.
Solr is running
I also have a third core set up with schema similar to the first two. and
then I wrote this in the url and hit enter
http://localhost:8983/solr/
Querying on _uniqueKey:9105 returns only one doc from Core1 and 0 from Core2
before the merge
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-5-4-1-Mergeindexes-duplicate-rows-tp4275153p4275174.html
Sent from the Solr - User mailing list archive at Nabble.com.
Yes, when I query them separately I do not see duplicates. I am using Solr
5.4.1 I created the core and then browsed to
http://localhost:8983/solr/admin/cores?action=mergeindexes&core=Sitecore_SharePoint&srcCore=sitecore_web_index&srcCore=SharePoint_All
Thanks
--
View this message in context:
Thank you for your reply, I did see the website (reason to use the merge
indexes). However, individual cores do not have duplicates and the two cores
dont have common records. So I am not sure why there are duplicates.
One of them is a sitecore core and the other one is a SQL db. They both have
d
Hello
I am trying to create a new core by merging two indexes. All of them have
the same schema and data on the cores do not have duplicates. As soon as I
do a merge I see lots of duplicates. I used this for merging :
http://localhost:8983/solr/admin/cores?action=mergeindexes&core=Sitecore_SharePo
25 matches
Mail list logo