Solr replication and spellcheck data

2009-07-28 Thread Ian Sugar
Hi I would like to make use of the "new" replication mechanism [1] to set up a master-slaves configuration, but from quick reading and searching around, I can't seem to find a way to replicate the spelling index in addition to the main search index. (We use the spellcheck component) Is there a wa

Re: dismax query syntax to replace standard query

2009-12-03 Thread Ian Sugar
I believe you need to use the fq parameter with dismax (not to be confused with qf) to add a "filter query" in addition to the q parameter. So your text search value goes in q parameter (which searches on the fields you configure) and the rest of the query goes in the fq. Would that work? On Thu

Multi-valued dynamic fields in schema.xml

2009-02-09 Thread Ian Sugar
Hi I'd like to use multi-valued dynamic fields. Example: Seems to work fine so far, but it doesn't seem to be described in the wiki here http://wiki.apache.org/solr/SchemaXml Just wanted to check if it's a known and deliberate feature and if anyone knows of any issues with using it?