Re: Strange behavior of edismax and mm=0 with long queries (bug?)

2014-04-06 Thread Nils Kaiser
Actually I found why... I had and as lowercase word in my queries at the checkbox does not seem to work in the admin UI. adding lowercaseOperators=false made the queries work. 2014-04-04 18:10 GMT+02:00 Nils Kaiser : > Hey, > > I am currently using solr to recognize songs and people fr

Strange behavior of edismax and mm=0 with long queries (bug?)

2014-04-04 Thread Nils Kaiser
Hey, I am currently using solr to recognize songs and people from a list of user comments. My index stores the titles of the songs. At the moment my application builds word ngrams and fires a search with that query, which works well but is quite inefficient. So my thought was to simply use the co

Re: Problems with EDisMax field aliases for multiple fields on Solr 3.6.1

2012-08-08 Thread Nils Kaiser
nMaxQuery((features:drive^2.0 | name:drive)) You see that the query string is being parsed correctly, and we get three hits (vs 2 in name and 1 in features alone). -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 8. aug. 20

Problems with EDisMax field aliases for multiple fields on Solr 3.6.1

2012-08-08 Thread Nils Kaiser
Hey, I'm trying to use field aliases that reference multiple fields on Solr 3.6.1 (1362471) as stated in the EDisMax documentation (http://wiki.apache.org/solr/ExtendedDisMax#Field_aliasing_.2BAC8_renaming). If I use an alias for a single field, everything is fine, but once I use an alias wi