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