Hi
We are using solr (version - 3.6) suggester component for
auto complete. We indexed solr core column
(which we want as auto complete result) and its giving me correct
auto complete result. Now I want to add
filter on suggester indexed data.
Let me re-phrase. In our application de-normalizing "Will" result in to
1. required more amount of memory.
2. degrade search performance (cpu and response time)
Let me give example - Our application has product table with 1 million
entries and users are increasing exponentially.
Hi Erick
Thanks for reply.
In our application having product table with many fields and we are
providing these all fields during search. If we made de-normalized structure
then there is having lots of redundant data and that may result in to
1. required more amount of memory.
2. d
In our application we are providing product master data search with SOLR. Now
our requirement want to provide user context based search(means we are
providing top search result using user history).
For that i have created one score table having following field
1)product_id
2)user_id
3)score_val