Changing Auto Schema Detection to Choose Float Over int64.
TLDR Jacob asked how to modify auto schema detection to pick float for numeric values. Kishore Nallan suggested importing values as float by appending .0 at the end.
Powered by Struct AI
2
2w
Solved
Nov 13, 2023 (2 weeks ago)
Jacob
Jacob
09:34 AMIs there any way to change the auto schema detection to choose float instead of int64 for new fields with numeric values?
Kishore Nallan
Kishore Nallan
09:40 AMOne way is to import values as float by adding.0 at the end of values imported
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 3011 threads (79% resolved)
Similar Threads
Altering Search Behavior in Book Search Demo
Roshan sought advice on altering an OR search to an AND search. Kishore Nallan suggested using 'drop_tokens_threshold=0' while querying.
6
23mo
Solved
Troubleshooting Import API Errors in Typesense
Atul was having trouble with import API errors, which Jason suggested might be due to a bug or missing fields. Upgrading solved the import issue but led to new problems with schemas and facet attributes.
12
1mo
Converting String Fields to Array Fields
Eric had queries regarding converting string fields to array fields. Jason offered a solution involving setting parameters in the collection schema.
3
2mo
Solved