Re: Evaluating Solr

2012-04-04 Thread Yonik Seeley
On Wed, Apr 4, 2012 at 12:46 PM, Joseph Werner wrote: > For more routine changes, are record updates supported without the > necessitity to rebuilt an index? For example if a description field for an > item needs be changed, am I correct in reading that the recodrd need only > be resubmitted? Cor

Re: Evaluating Solr

2012-04-04 Thread Glen Newton
"Re-Index your data" ~= Reload your data On Wed, Apr 4, 2012 at 12:46 PM, Joseph Werner wrote: > Hi, > > I'm evaluating Solr for use in a project. In the Solr FAQ under "How can I > rebuild my index from scratch if I change my schema?"  After restarting

Evaluating Solr

2012-04-04 Thread Joseph Werner
Hi, I'm evaluating Solr for use in a project. In the Solr FAQ under "How can I rebuild my index from scratch if I change my schema?" After restarting the server, step 5 is to "Re-Index your data" no mention is made of how this is done. For more routine changes, are

Re: Advice - evaluating Solr for categorization & keyword search

2012-01-26 Thread Erick Erickson
See below... On Wed, Jan 25, 2012 at 2:38 PM, Becky Neil wrote: > Hi all, > I've been tasked with evaluating whether Solr is the right solution for my > company's search needs.  If this isn't the right forum for this kind of > question, please let me know where to go instead! > > We are currently

Advice - evaluating Solr for categorization & keyword search

2012-01-25 Thread Becky Neil
Hi all, I've been tasked with evaluating whether Solr is the right solution for my company's search needs. If this isn't the right forum for this kind of question, please let me know where to go instead! We are currently using sql queries to find mysql db results that match a single keyword in on

Re: Evaluating Solr

2009-04-11 Thread Shalin Shekhar Mangar
On Sun, Apr 12, 2009 at 1:49 AM, Chris Masters wrote: > > With regard to https://issues.apache.org/jira/browse/SOLR-465; I see it's > been reopened Yes, there are issues related to hard coded FSDirectory usage. There's patch in there but I haven't looked at it yet. > - roughly when is v1.4 pl

Re: Evaluating Solr and Ruby-Solr

2009-04-11 Thread Erik Hatcher
On Apr 11, 2009, at 3:05 PM, Thanh Doan wrote: We are also Evaluating Solr and Sphinx to see which one provides a suitable search solution for our ROR site. As a newbie I picked the Advanced Rails Recipes book and follow Recipe 27 before building our prototype. As I followed Recipe 27

Re: Evaluating Solr

2009-04-11 Thread Chris Masters
Sent: Saturday, April 11, 2009 7:13:11 PM Subject: Re: Evaluating Solr On Sat, Apr 11, 2009 at 7:26 PM, Chris Masters wrote: > > I'm evaluating Solr to provide a single fast and effective searching > solution for a range of web applications (Java, .Net & PHP). That's good news

Evaluating Solr and Ruby-Solr

2009-04-11 Thread Thanh Doan
We are also Evaluating Solr and Sphinx to see which one provides a suitable search solution for our ROR site. As a newbie I picked the Advanced Rails Recipes book and follow Recipe 27 before building our prototype. As I followed Recipe 27 of the Advanced Rails Recipes book. I tried to follow the

Re: Evaluating Solr

2009-04-11 Thread Shalin Shekhar Mangar
On Sat, Apr 11, 2009 at 7:26 PM, Chris Masters wrote: > > I'm evaluating Solr to provide a single fast and effective searching > solution for a range of web applications (Java, .Net & PHP). That's good news for Solr :) > So a couple questions: > > 1) Can w

Evaluating Solr

2009-04-11 Thread Chris Masters
Hi All, I'm evaluating Solr to provide a single fast and effective searching solution for a range of web applications (Java, .Net & PHP). So a couple questions: 1) Can we configure Solr to auto reindex/import if we point it to a datasource? I've done some searching on this and