Facet Count Discrepancy in Integration Testing with Typesense
TLDR SamHendley faced an issue with inconsistent facet counts and found it was due to mixed case input and punctuation. Kishore Nallan confirmed that Typesense normalizes values before indexing, affecting the facet count. They then discussed addition of preconditioning data to match Typesense.

Oct 21, 2022 (11 months ago)
SamHendley
08:33 PMI am using typesense 0.23.1 and a single node running locally in docker.
SamHendley
08:35 PMSamHendley
08:57 PM"bad_facet": [
"More_words",
"More_Words",
"MoreWords",
],
Even with only a single document in the index the facet count for
More_words
is 3 which is very surprising.SamHendley
08:58 PMOct 22, 2022 (11 months ago)
Kishore Nallan
02:46 AMOct 24, 2022 (11 months ago)
SamHendley
08:20 PMOct 25, 2022 (11 months ago)
Kishore Nallan
01:55 AMSamHendley
12:18 PMKishore Nallan
12:24 PMsymbols_to_index
collection parameter.SamHendley
12:26 PMKishore Nallan
12:29 PMSamHendley
12:36 PM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Improving System Performance and Typesense Query Efficiency
SamHendley was experiencing performance issues with Typesense's large-scale system testing and proposed several improvements. Both Jason and Kishore Nallan addressed the suggestions and corrected some misconceptions. They provided further clarification and recommended upgrades for better performance.
Understanding Facet Results in Typesense
Prabhu had difficulty understanding the count results of his facet results in Typesense. Kishore Nallan explained the behaviour and suggested creating a Github issue for a feature request to modify count behaviour.

Adjusting Text Match Score Calculation in TypeSense
Johannes wanted to modify the Text Match Score calculation in TypeSense to improve search results returns. With counsel from Jason and Kishore Nallan, various solutions were proposed, including creating a Github issue, attempting different parameters, and updating Docker to a new version to resolve the matter.

Discussing Indexing and Filter Applications
Tugay and Kishore Nallan debated over latest RC build progress with several queries about field definitions and effect of filters on performance. A bug concerning multiple document matches was discovered and fixed.

Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.

