Re: Managing solr machines (start/stop/status)

2011-09-14 Thread josh lucas
On Sep 13, 2011, at 5:05 PM, Jamie Johnson wrote: > I know this isn't a solr specific question but I was wondering what > folks do in regards to managing the machines in their solr cluster? > Are there any recommendations for how to start/stop/manage these > machines? Any suggestions would be app

Re: using a function query with OR and spaces?

2011-09-13 Thread josh lucas
On Sep 13, 2011, at 8:37 AM, Jason Toy wrote: > I had queries breaking on me when there were spaces in the text I was > searching for. Originally I had : > > fq=state_s:New York > and that would break, I found a work around by using: > > fq={!raw f=state_s}New York > > > My problem now is doin

Suggestions for copying fields across cores...

2011-08-05 Thread josh lucas
Is there a suggested way to copy data in fields to additional fields that will only be in a different core? Obviously I could index the data separately and I could build that into my current indexing process but I'm curious if there might be an easier, more automated way. Thanks! josh