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
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
: 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
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
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