ylliX - Online Advertising Network

Full Text Search Improve Query Performance

Description: I have a data set around 4 – 5 Million documents, where I need to configure Full Text Search Capability with minimum response time. I configured the FTS index as below. { “name”: “full_text_index”, “type”: “fulltext-index”, “params”: { “mapping”: { “types”: { “_default.native”: { “enabled”: true, “dynamic”: true, “default_analyzer”: “standard”, “properties”: { “text”: { […]