Re: Matching a string across multiple fields

2010-03-10 Thread Static Void
Alex Thurlow wrote: So on with the questions. I'm indexing music, and I have artist and title fields. It works great if I just search for the artist or just for the title, but if I search for a string of both, that artist, title combination does not come up first. For example, I have: artis

Re: Matching a string across multiple fields

2010-03-10 Thread Jan Høydahl / Cominvent
You may like to check out the DisMax handler instead of hand-coding your queries. It has lots of features to tune stuff like this. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Training in Europe - www.solrtraining.com On 10. mars 2010, at 22.15, Alex Thurlow wrote:

Re: Matching a string across multiple fields

2010-03-10 Thread Erik Hatcher
What's your query parser? What fields are you indexing and what types are they? Are you using any copyField's? What do you get from &debugQuery=true as the parsedQuery output? Erik On Mar 10, 2010, at 4:15 PM, Alex Thurlow wrote: So on with the questions. I'm indexing music, and