Re: Whys this query not working?

2012-08-12 Thread ultranerds
Aaah thanks that makes sense. I wasn't aware of that bug. Doing the suggested changes manually in the query works perfectly (just gotta work out how to edit the Perl module I'm using to generate that query, so that I can use this slightly different syntax compared to what it outputs normally)

Whys this query not working?

2012-08-11 Thread ultranerds
Hi, I'm a bit baffled as to why this querys not working for me: ((title:test OR title:keywords) OR (description:test OR description:keywords) OR (tags:test OR tags:keywords)) AND (-title:something AND -tags:something AND -description:something) AND (cat_id:1) AND (private:0) If I remove the

Re: Solr Multicore - cant seem to get it working?

2011-02-28 Thread ultranerds
into the solr/graphics/ directory? That subdirectory should be the same name as the instanceDir. That is you should have this directory structure: solr/graphics/conf/ solr/graphics/data/index/ On Feb 27, 2011, at 5:20 AM, ultranerds [hidden email]http://user/SendEmail.jtp?type=nodenode=2591060i=0

Re: Solr Multicore - cant seem to get it working?

2011-02-28 Thread ultranerds
]http://user/SendEmail.jtp?type=nodenode=2593785i=0 wrote: Can you see 'Admin graphics' listed in http://localhost:210/solr/ page? Regards Stefan On Mon, Feb 28, 2011 at 8:57 AM, ultranerds [hidden email]http://user/SendEmail.jtp?type=nodenode=2593785i=1 wrote: Hi, Thanks

Solr Multicore - cant seem to get it working?

2011-02-27 Thread ultranerds
Hi, I'm trying to get a Solr install to work with multicores, as I wanna use it on several sites (each totally different, and I don't obviously wanna have loads of seperate Solr installs) Here is what I've done so far (Solr was already uploaded and working normally, without multicore): 1) Added