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 w

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 e

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 wrote: > Hey Nick, > > could you plz create a new thread? > > Remi > > On Thu, Jan 19, 2012 at 3:35 PM, Nicholas Fellows wrote: > >> Heya, >> >>  Question for you guys, Im trying

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 scena

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 thi

Re: Solr Copyfields

2011-08-19 Thread Nicholas Fellows
... On 18 August 2011 17:20, Jaeger, Jay - DOT 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- > F

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