solr-boost Questions
2
Solved
I read about boosting in Elasticsearch. We can apply boosting at index or query time. Index time boosting is sort of static boosting and not suggested. Query time boosting is dynamic in nature. Que...
Caligula asked 22/5, 2020 at 13:27
1
I have a query (well a part of it - rest is unimportant like pagination):
"query": {
"filtered": {
"query": {
"bool": {
"must": [
{
"term": {
"is_active": true
}
}
],
"should": [
{
"...
Polyphonic asked 28/9, 2015 at 15:15
1
Solved
I could not find a better title, I hope to change it later if possible upon your eventual sugestions.
My problem:
I got a database with music artists. These look like this: "dr. dre feat. akon", ...
Nanci asked 17/3, 2015 at 15:29
2
Solved
I'm with some problems in Django Haystack 1.2.5. I need to boost one field but aparently it is not working. I'm using Solr 1.4.1.
My Index:
class JobsTextIndex(indexes.SearchIndex):
text = index...
Hectometer asked 3/12, 2011 at 13:51
2
Solved
I want my search results to order by score, which they are doing, but the score is being calculated improperly. This is to say, not necessarily improperly, but differently than expected and I'm not...
Pyroelectricity asked 23/6, 2010 at 15:7
3
I was browsing the web looking for an indexing and search framework and stumbled upon Solr.
A functionality that we absolutely need is to boost results based on what field contained the hit.
A sma...
Ashmead asked 11/3, 2010 at 14:11
1
© 2022 - 2024 — McMap. All rights reserved.