Re: Problems with elevation component configuration

2017-06-20 Thread Jeffery Yuan
Created https://issues.apache.org/jira/browse/SOLR-10928 Support elevate.q in QueryElevationComponent to track this. -- View this message in context: http://lucene.472066.n3.nabble.com/Problems-with-elevation-component-configuration-tp3993204p4342075.html Sent from the Solr - User mailing list

Re: Problems with elevation component configuration

2012-07-18 Thread igors
Hi, Well, if I understand correctly, only the search term is important for elevation, not the query. Anyway, we ended up modifying QueryElevationComponent class, extracting the search term from the query using regex. After that, it turned out that elevation doesn't work with grouped results, so w

Re: Problems with elevation component configuration

2012-07-12 Thread Chris Hostetter
: Thanks Chris, but actually, it turns out that "query text" from elevate.xml : has to match the query (q=...). So in this case, elevation works only for : http://localhost:8080/solr/elevate?q=brain, but not for : http://localhost:8080/solr/elevate?q=indexingabstract:brain type of queries. right

Re: Problems with elevation component configuration

2012-07-12 Thread igors
Hi, Thanks Chris, but actually, it turns out that "query text" from elevate.xml has to match the query (q=...). So in this case, elevation works only for http://localhost:8080/solr/elevate?q=brain, but not for http://localhost:8080/solr/elevate?q=indexingabstract:brain type of queries. This could

Re: Problems with elevation component configuration

2012-07-05 Thread Chris Warner
Hi, Igor, I also set forceElevation to true for my elevate results.  Cheers, Chris - Original Message - From: Igor Salma To: solr-user@lucene.apache.org Cc: Sent: Thursday, July 5, 2012 4:47 AM Subject: Problems with elevation component configuration Hi to all, we are using solr in