Óscar Vicente
05/07/2025, 10:40 PMsymbols_to_index
work at a per field basis? If the collection was created in a previous version, can I use alter and modify one filed to use it even if at collection level it's empty? Because I'm trying it, and it's not working (at least with a hybrid search)Jason Bosco
05/07/2025, 10:40 PMÓscar Vicente
05/07/2025, 10:41 PMÓscar Vicente
05/07/2025, 10:47 PMJason Bosco
05/07/2025, 10:50 PMJohn Sokol
05/10/2025, 12:02 PMÓscar Vicente
05/10/2025, 12:04 PMJohn Sokol
05/10/2025, 12:19 PMJason Bosco
05/14/2025, 6:05 PM29.0.rc22
Jason Bosco
05/14/2025, 6:05 PMÓscar Vicente
05/14/2025, 6:06 PMÓscar Vicente
05/14/2025, 6:06 PMJason Bosco
05/14/2025, 6:06 PMÓscar Vicente
05/14/2025, 9:37 PMCTTI-2024-15
while the name is just a name.
q": "CTTI-2024-15",
"query_by": "externalReference,title",
"prefix": true,
"filter_by": "(id:*||$favorites(userId:=7537b880-912f-44a7-aaf0-b6079cc07865))",
"query_by_weights": "100,5",
"text_match_type": "sum_score"
The document with that exact externalReference won't be the first ever, more like the tenth. And the text_match info will show 0, and no highlight even with the rerank. Something is going on with this.
{
"document": {
"externalReference": "CTTI-2025-15"
},
"highlight": {},
"highlights": [],
"hybrid_search_info": {
"rank_fusion_score": 0.16521739959716797
},
"text_match": 0,
"text_match_info": {
"best_field_score": "0",
"best_field_weight": 0,
"fields_matched": 0,
"num_tokens_dropped": 1,
"score": "0",
"tokens_matched": 0,
"typo_prefix_score": 255
},
"vector_distance": 0.3783947229385376
}
Óscar Vicente
05/14/2025, 9:38 PM{
"facet": false,
"index": true,
"infix": false,
"name": "externalReference",
"optional": true,
"sort": false,
"stem": false,
"store": true,
"type": "string",
"symbols_to_index": [
"_",
"-",
"/",
"\\",
".",
"-"
]
}
Jason Bosco
05/14/2025, 9:50 PMÓscar Vicente
05/15/2025, 9:38 AM