changing the /solr path, additional steps needed for 6.1

2016-08-25 Thread Chris Morley
This might help some people: To change the URL to server:port/ourspecialpath from server:port/solr is a bit inconvenient. You have to change several files where the solr part of the request path is hardcoded: server/solr-webapp/webapp/WEB-INF/web.xml server/solr/solr.xml

Re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
l Time Get, you can just disable the tlogs entirely. They're not doing you all that much good in that case... The tlogs are irrelevant when it comes to master/slave replication. FWIW, Erick On Fri, Jun 17, 2016 at 9:14 AM, Chris Morley <ch...@depahelix.com> wrote: > After some more searc

re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
replication on the slaves when we know everything is committed after a full import. (We disable polling.) From: "Chris Morley" <ch...@depahelix.com> Sent: Thursday, June 16, 2016 3:20 PM To: "Solr Newsgroup" <solr-us

tlogs not deleting as usual in Solr 5.5.1?

2016-06-16 Thread Chris Morley
The repetition below is on purpose to show the contrast between solr versions. In Solr 4.10.3, we have autocommits disabled. We do a dataimport of a few hundred thousand records and have a tlog that grows to ~1.2G. In Solr 5.5.1, we have autocommits disabled. We do a dataimport of a

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-05-26 Thread Chris Morley
Chris Morley here, from Wayfair. (Depahelix = my domain) Suyash Sonawane and I have worked on multiple word synonyms at Wayfair. We worked mostly off of Ted Sullivan's work and also off of some suggestions from Koorosh Vakhshoori. We have gotten to a point where we have a more

Near Duplicate Documents, "authorization"? tf/idf implications, spamming the index?

2016-02-15 Thread Chris Morley
Hey Solr people: Suppose that we did not want to break up our document set into separate indexes, but had certain cases where many versions of a document were not relevant for certain searches. I guess this could be thought of as a "authorization" class of problem, however it is not

Multiple Word Synonyms with Autophrasing

2015-06-01 Thread Chris Morley
Hello everyone @ solr-user, At Wayfair, I have implemented multiple word synonyms in a clean and efficient way in conjunction with with a slightly modified version of the LucidWorks' Autophrasing plugin by also tacking on a modified version of edismax. It is not released or on use on our

re: A Synonym Searching for Phrase?

2015-05-14 Thread Chris Morley
I have implemented that but it's not open sourced yet. It will be soon. -Chris. From: Ryan Yacyshyn ryan.yacys...@gmail.com Sent: Thursday, May 14, 2015 12:07 PM To: solr-user@lucene.apache.org Subject: A Synonym Searching for Phrase? Hi

German Compound Splitter words.fst causing problems.

2015-03-25 Thread Chris Morley
Hello, Chris Morley here, of Wayfair.com. I am working on the German compound-splitter by Dawid Weiss. I tried to upgrade the words.fst file that comes with the German compound-splitter using Solr 3.5, but it doesn't work. Below is the IndexNotFoundException that I get. cmorley@Caracal01

re: How to accomadate huge data

2014-08-28 Thread Chris Morley
Look into SolrCloud. From: Ethan eh198...@gmail.com Sent: Thursday, August 28, 2014 1:59 PM To: solr-user solr-user@lucene.apache.org Subject: How to accomadate huge data Our index size is 110GB and growing, crossed RAM capacity of 96GB, and

re: Solr is working very slow after certain time

2014-07-31 Thread Chris Morley
A page Solr Performance Factors mentions 2 big tips that may help you, but you have to read the rest of the page to make sure you understand the caveats there. In general, adding many documents per update request is faster than one per update request. Reducing the frequency of automatic

re: Implementing custom analyzer for multi-language stemming

2014-07-30 Thread Chris Morley
I know BasisTech.com has a plugin for elasticsearch that extends stemming/lemmatization to work across 40 natural languages. I'm not sure what they have for Solr, but I think something like that may exist as well. Cheers, -Chris. From: Eugene

Re: reg: efficient querying using solr

2013-06-11 Thread Chris Morley
This might help (indirectly): http://svn.apache.org/repos/asf/lucene/dev/trunk/dev-tools/size-estimator-lu cene-solr.xls From: gururaj kosuru gururaj.kos...@gmail.com Sent: Wednesday, June 12, 2013 12:28 AM To: solr-user solr-user@lucene.apache.org