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 To: solr-user@lucene.apache.org

Re: Sharing index files between multiple JVMs and replication

2010-08-03 Thread Kelly Taylor
4:38 PM, Kelly Taylor 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 s

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 updates

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

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.htm

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.

How does one sort facet queries?

2010-02-18 Thread Kelly Taylor
All sorting of facets works great at the field level (count/index)...all good there...but how is sorting accomplished with range queries? The solrj response doesn't seem to maintain the order the queries are sent in, and the order is not in index or count order. What's the trick? http://localhost

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 p

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
pers slowly make >> improvements and ingest 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 >>

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 plug!),

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 So

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

2010-01-11 Thread Kelly Taylor
ver, turn the > AND in a OR it will return all t-shirts that are green OR in size M, thus > you can then get M sized shirts in the blue color or green shirts in size > XXL. > > I suggest you'd just give it a try and perhaps come back later to find > some improvements for your que

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 "col

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 R

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 data