Re: Solr edismax always using the default fields?

2015-07-07 Thread Paden
Thank you! Thank you, thank you, thank you. That worked and it brought the right results. Thanks. It was driving me crazy. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-edismax-always-using-the-default-fields-tp4216204p4216228.html Sent from the Solr - User mailing

Re: Solr edismax always using the default fields?

2015-07-07 Thread Chris Hostetter
@lucene.apache.org : Subject: Re: Solr edismax always using the default fields? : : : according to hte echParams output, you aren't specifying a "q" param. : : You seem to be trying to specify your query input using the "q.alt" param : -- but the q.alt param doesn't use the e

Re: Solr edismax always using the default fields?

2015-07-07 Thread Chris Hostetter
Jul 2015 10:55:24 -0700 (MST) : From: Paden : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Solr edismax always using the default fields? : : Hello, : : I'm trying to tune a search handler to get the results that I want. In the : solrconfig.xml I specify se

Re: Solr edismax always using the default fields?

2015-07-07 Thread Paden
It just defaults to text anyway. I remove it entirely from the solrconfig and never specify it in the solr query portion but it still defaults to text anyway. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-edismax-always-using-the-default-fields-tp4216204p4216224.html

Re: Solr edismax always using the default fields?

2015-07-07 Thread Upayavira
; "org.apache.lucene.search.BooleanClause:+text:firstname", > "org.apache.lucene.search.BooleanClause:+text:middleinitial* > > But I already knew it was parsing it as text. I just don't understand why > it's going to the default field when other fields have been specified > >

Re: Solr edismax always using the default fields?

2015-07-07 Thread Paden
it as text. I just don't understand why it's going to the default field when other fields have been specified -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-edismax-always-using-the-default-fields-tp4216204p4216211.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr edismax always using the default fields?

2015-07-07 Thread Upayavira
l", > "indent": "true", > "qf": "text^0.5 Title^1.2 Author^2.0", > "_": "1436291181730", > "q.alt": "*some author name*", > "stopwords": "true", > "wt": "json", > "defType": "edismax", > "rows": "20" > } > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-edismax-always-using-the-default-fields-tp4216204.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr edismax always using the default fields?

2015-07-07 Thread Paden
true", "qf": "text^0.5 Title^1.2 Author^2.0", "_": "1436291181730", "q.alt": "*some author name*", "stopwords": "true", "wt": "json", "defType": "edismax", "rows": "20" } -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-edismax-always-using-the-default-fields-tp4216204.html Sent from the Solr - User mailing list archive at Nabble.com.