Re: Sharing index files between multiple JVMs and replication

2010-08-04 Thread Kelly Taylor
Is anybody else encountering these same issues; IF having a similar setup?  And is there a way to configure certain Solr web-apps as read-only (basically dummy instances) so that index changes are not allowed? - Original Message From: Kelly Taylor wired...@yahoo.com To: solr-user

MultiCore SWAP and Replication

2010-08-03 Thread Kelly Taylor
I'm using Solr Java replication with multiple master cores (at_bat on_deck), and a single slave core (at_bat) The at_bat cores of the master and slave are used for processing search requests, and the on_deck core is used for complete index rebuilds. Once a rebuild is complete, the at_bat

Sharing index files between multiple JVMs and replication

2010-08-03 Thread Kelly Taylor
Is there a way to share index files amongst my multiple Solr web-apps, by configuring only one of the JVMs as an indexer, and the remaining, as read-only searchers? I'd like to configure in such a way that on startup of the read-only searchers, missing cores/indexes are not created, and

Re: Sharing index files between multiple JVMs and replication

2010-08-03 Thread Kelly Taylor
, Aug 3, 2010 at 4:38 PM, Kelly Taylor wired...@yahoo.com wrote: Is there a way to share index files amongst my multiple Solr web-apps, by configuring only one of the JVMs as an indexer, and the remaining, as read-only searchers? I'd like to configure in such a way that on startup of the read-only

Re: Multiple Solr Webapps in Glassfish with JNDI

2010-06-24 Thread Kelly Taylor
Yes, but I dont see that Glassfish has the concept of context fragments like Tomcat does...even though under the covers Glassfish is a bit of Tomcat...(Catalina) -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-Solr-Webapps-in-Glassfish-with-JNDI-tp918383p920008.html

Multiple Solr Webapps in Glassfish with JNDI

2010-06-23 Thread Kelly Taylor
Does anybody know how to setup multiple Solr webapps in Glassfish with JNDI? -Kelly -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-Solr-Webapps-in-Glassfish-with-JNDI-tp918383p918383.html Sent from the Solr - User mailing list archive at Nabble.com.

Beyond Basic Faceted Search (SOLR-236|SOLR-64|SOLR-792)

2010-01-21 Thread Kelly Taylor
I'm currently using the latest SOLR-236 patch (12/24/2009) and field-collapsing seems to be giving me the desired results, but I'm wondering if I should focus more on a tree view of my catalog data instead, as described in Beyond Basic Faceted Search Is it possible that either or both of the

Field collapsing works but is tree modeling possible?

2010-01-20 Thread Kelly Taylor
I'm currently using the latest SOLR-236 patch (12/24/2009) and field-collapsing seems to be giving me the desired results, but I'm wondering if I should focus more on a tree view of my catalog data instead, as described in Beyond Basic Faceted Search Could either of the patches for SOLR-792 or

Re: Solr 1.4 Field collapsing - What are the steps for applying the SOLR-236 patch?

2010-01-14 Thread Kelly Taylor
the various pieces into the solr trunk, i think your best bet might be to use the 12/24 patch and fix any errors where it doesnt apply cleanly im using solr trunk r892336 with the 12/24 patch --joe On 01/11/2010 08:48 PM, Kelly Taylor wrote: Hi, Is there a step-by-step for applying

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-13 Thread Kelly Taylor
Hoss, Would you suggest using dedup for my use case; and if so, do you know of a working example I can reference? I don't have an issue using the patched version of Solr, but I'd much rather use the GA version. -Kelly hossman wrote: : Dedupe is completely the wrong word. Deduping is

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-12 Thread Kelly Taylor
David, Thanks, and yes, I decided to travel that path last night (applying SOLR-236 patch) and plan to have some results by the end of the day; I'll post a summary. I read about field collapsing in your book last night. The book is an excellent resource by the way (shameless commendation

Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-11 Thread Kelly Taylor
I am in the process of building a Solr search solution for my application and have run into a roadblock with the schema design. Trying to match criteria in one multi-valued field with corresponding criteria in another multi-valued field. Any advice would be greatly appreciated. BACKGROUND: My

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-11 Thread Kelly Taylor
Hi Markus, Thanks for your reply. Using the current schema and query like you suggest, how can I identify the unique combination of options and price for a given SKU? I don't want the user to arrive at a product which doesn't completely satisfy their search request. For example, with the

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-11 Thread Kelly Taylor
come back later to find some improvements for your query. It would also be a good idea - if i may say so - to read the links provided in the earlier message. Hope you will find what you're looking for :) Cheers, Kelly Taylor zei: Hi Markus, Thanks for your reply. Using the current

Solr 1.4 Field collapsing - What are the steps for applying the SOLR-236 patch?

2010-01-11 Thread Kelly Taylor
Hi, Is there a step-by-step for applying the patch for SOLR-236 to enable field collapsing in Solr 1.4? Thanks, Kelly -- View this message in context: http://old.nabble.com/Solr-1.4-Field-collapsing---What-are-the-steps-for-applying-the-SOLR-236-patch--tp27122621p27122621.html Sent from the

Can synonyms be defined in a multi-valued field or a database?

2009-08-18 Thread Kelly Taylor
I need the ability to remotely administer synonyms for each of my Solr standalone instances. It seems that my only option is that of uploading a file per instance, restarting the respective Solr instance(s), and then rebuilding my indexes. Can synonyms be defined in a multi-valued field or a