Optimal Setup

2011-12-14 Thread Dave Stuart
Background: We have around 100 web sites of various sizes (in terms of indexable content) and I'm trying to come up with the best architectural design from a performance perspective. - Each of the sites has a need for DEV, TEST and LIVE indices. - The content on the sites divided into 5 group

Re: How to add/remove/customize search tabs

2012-04-18 Thread Dave Stuart
This is question is probably better set on the Drupal groups page for Apache Solr http://groups.drupal.org/lucene-nutch-and-solr As this is more of a Drupal issue than a Solr issue On 18 Apr 2012, at 16:11, Valentin, AJ wrote: > I have Apache Solr installed with my Drupal 7 site and noticed s

Re: Configuration steps to create dynamic core

2012-05-09 Thread Dave Stuart
This pages gives you everything you need http://wiki.apache.org/solr/CoreAdmin#CREATE Regards, Dave On 9 May 2012, at 08:32, pprabhcisco123 wrote: > Hi, > > > I am trying to create core dynamically. what are the configuration > steps that needs to be followed to do the same. Please l

Viewing Raw index data

2011-04-19 Thread Dave Stuart
Hi, I am testing index time synonyms, stemming etc and it would be great to be able to view the raw indexed data is there a way to do this using either Lucene tools or the admin Solr admin interface Regards, David

Re: Viewing Raw index data

2011-04-19 Thread Dave Stuart
search_returns_too_many_.2BAC8_too_little_.2BAC8_unexpected_results.2C_how_to_debug.3F > > > 2011/4/19 Dave Stuart > >> Hi, >> >> I am testing index time synonyms, stemming etc and it would be great to be >> able to view the raw indexed data is there a way to

Re: cores vs indices

2011-08-08 Thread Dave Stuart
Hi Daniel, Yes there is a one-to-one relationship between Solr indices and cores. The one to many comes when you look at the relationship between cores and tomcat/jetty webapps instances. This gives you the ability to clone, add and swap cores around. See for for core manipulation functions: h

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Dave Stuart
It looks as though you have a password set on your unix server. you will need to either remove this or ti add the password into the connection string e.g. readonly:[yourpassword]@'10.86.29.32' >> 'readonly'@'10.86.29.32' >> (using password: NO)" On 30 Oct 2012, at 09:08, kunal sachdeva wrote:

Re: how to display MathML in search results?

2012-10-30 Thread Dave Stuart
Hi Joe, I have a suspect that this is a drupal thing as opposed to Solr specifically. Probably the best approach would be to add a extra field that is the raw data for display instead of using the content field which get a fair amount of processing. I would recommend opening a issue on the apa