Re: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Nicholas Fellows
I also have problems getting the solrspellchecker to utilise existing FQ params correctly. we have some fairly monster queries eg : http://pastebin.com/4XzGpfeC I cannot seem to get our FQ parameters to be honored when generating results. In essence i am getting collations that yield no results

Re: Just can't get Solritas to work, help!

2012-01-19 Thread Nicholas Fellows
Heya, Question for you guys, Im trying to use the solr analysis.jsp tool to debug a solr query. I cant work out how to input sample data for the Field Value (Index) box when the data is multiValued. I was wondering if you could explain how to do this or point me to the documentation where this

ampersands in index or query

2012-01-19 Thread Nicholas Fellows
I have some data in solr where the text string could potentially be Vic Bobs greatest hits how can i ensure that when a user query is made for Vic and Bobs greatest hits , a match is made? this also needs to work the other way round. i've not found any useful information about this scenario

Re: Just can't get Solritas to work, help!

2012-01-19 Thread Nicholas Fellows
Sincere apologies My Bad! N ... On 19 January 2012 13:37, remi tassing tassingr...@gmail.com wrote: Hey Nick, could you plz create a new thread? Remi On Thu, Jan 19, 2012 at 3:35 PM, Nicholas Fellows n...@djdownload.comwrote: Heya,  Question for you guys, Im trying to use the solr

testing MultiValued fields in analyis.jsp

2012-01-19 Thread Nicholas Fellows
Heya,  Question for you guys, Im trying to use the solr analysis.jsp toolto debug a solr query. I cant work out how to input sample data for the Field Value (Index)box when the data is multiValued. I was wondering if you could explain how to do this or point me to thedocumentation where this is

Re: Solr Copyfields

2011-08-19 Thread Nicholas Fellows
... On 18 August 2011 17:20, Jaeger, Jay - DOT jay.jae...@dot.wi.gov wrote: I would suggest #3, unless you have some very unusual performance requirements. It has the advantage of isolating your index environment requirements from the database. -Original Message- From: Nicholas

Solr Copyfields

2011-08-18 Thread Nicholas Fellows
Hi I have a question regarding CopyFields in Solr As far as i can tell there are several ways to do the same thing 1) create an alias in the SQL Query and Delta Queries 2) specify multiple fields in the db-data-config.xml having different names for the same column 3) use the copyField directive