Solr Replication

2009-08-25 Thread J G
Hello, We are running multiple slices in our environment. I have enabled JMX and I am inspecting the replication handler mbean to obtain some information about the master/slave configuration for replication. Is the replication handler mbean a singleton? I only see one mbean for the entire serv

RE: Solr Replication

2009-08-26 Thread J G
slave section has a masterUrl > which points to master and REPEATER_SLAVE will have a slave section > which has a masterurl pointing to repeater > > > > > > > On Wed, Aug 26, 2009 at 12:40 AM, J G wrote: > > > > Hello, > > > > We are running

master/slave replication issue

2009-08-26 Thread J G
Hello, I'm having an issue getting the master to replicate its index to the slave. Below you will find my configuration settings. Here is what is happening: I can access the replication dashboard for both the slave and master and I can successfully execute HTTP commands against both of t

RE: Solr Replication

2009-08-27 Thread J G
instance of solr? So your JMX > console is connecting to only one solr? > > On Thu, Aug 27, 2009 at 3:19 AM, J G wrote: > > > > Thanks for the response. > > > > It's interesting because when I run jconsole all I can see is one > > ReplicationHandler jmx

solr jmx connection

2009-07-10 Thread J G
Hello, I have a SOLR JMX connection issue. I am running my JMX MBeanServer through Tomcat, meaning I am using Tomcat's MBeanServer rather than any other MBeanServer implemenation. I am having a hard time trying to figure out the correct JMX Service URL on my localhost for the accessing the SO

JMX monitoring for multiple SOLR instances

2009-07-14 Thread J G
Hi, If I want to run multiple SOLR war files in tomcat is it possible to monitor each of the SOLR instances individually through JMX? Has anyone attempted this before? Also, what are the implications (e.g. performance) of runnign mulitple SOLR instances in the same tomcat server? Thanks.

Obtaining SOLR index size on disk

2009-07-17 Thread J G
Hello, Is it possible to obtain the SOLR index size on disk through the SOLR API? I've read through the docs and mailing list questions but can't seem to find the answer. Any help is appreciated. Thanks. _ Hotmail® has ever-gr

Solr Spellcheck on Large index size

2010-04-27 Thread Kyle J G
I am trying to create a spell checker for my companies website. Currently there are approx 29million documents in the index. When trying to create the spelling index it just seems to skip over the command. My fields in schema.xml look like the following:

Filter multivalue fields from search result

2010-07-08 Thread Alex J. G. Burzyński
Hi, Is it possible to remove from search results the multivalued fields that don't pass the search criteria? My schema is defined as: And example docs are: ++--+++ | id | name | town | date | ++

Re: Filter multivalue fields from search result

2010-07-12 Thread Alex J. G. Burzyński
wrote: Yes, denormalizing the index into separate (name,town) pairs is the common design for this problem. 2010/7/8 "Alex J. G. Burzyński": Hi, Is it possible to remove from search results the multivalued fields that don't pass the search criteria? My schema is defined as

Re: Filter multivalue fields from search result

2010-07-12 Thread Alex J. G. Burzyński
of your multi valued fields that you can display in the UI, allowing the user to drill down the results further. Chantal On Mon, 2010-07-12 at 10:26 +0200, "Alex J. G. Burzyński" wrote: Hi, So if those are separate documents how should I handle paging? Two separate queries? Firs