Shard data using lat long range

2016-05-11 Thread chandan khatri
Hi All, I've an application that has location based data. The data is expected to grow rapidly and the search is also based on the location i.e the search is done using the geospatial distance range. I am wondering what is the best possible way to shard the index. Any pointer/input is highly appr

Re: How to implement Autosuggestion

2016-04-06 Thread chandan khatri
nt) . Not sure what you mean by indexing a field with the name of product analyzed according to my need? Can you please give an example? Thanks again for taking time to respond to my query. On Thu, Apr 7, 2016 at 12:59 AM, chandan khatri wrote: > Hi Alessandro, > > Thanks for repl

Re: How to implement Autosuggestion

2016-04-06 Thread chandan khatri
verflow.com/questions/32434186/solr-suggestion-with-multiple-payloads > > . > > > > If its just a category that you need then the work around(although not > > accurate one) that I can think of is to include the category value to the > > same field with pipe separation a

How to implement Autosuggestion

2016-04-02 Thread chandan khatri
Hi All, I've a query regarding autosuggestion. My use case is as below: 1. User enters product name (say Nokia) 2. I want suggestions along with the category with which the product belongs. (e.g Nokia belongs to "electronics" and "mobile" category) so I want suggestion like Nokia in electronics a

Re: How to implement Autosuggestion

2016-03-30 Thread chandan khatri
Hi All, I've similar query regarding autosuggestion. My use case is as below: 1. User enters product name (say Nokia) 2. I want suggestions along with the category with which the product belongs. (e.g Nokia belongs to "electronics" and "mobile" category) so I want suggestion like Nokia in electro

Selective Replication from master to slave

2016-01-09 Thread chandan khatri
Dear All, I've a use case where I need to do selective replication from master to slave. Basically I am going with master slave approach - the application pushing data to master will need to preview the search and if the search is deemed useful/appropriate I need the data to be replicated to slav

Re: Validating idea of architecture for RDB / Import / Solr

2015-10-20 Thread chandan khatri
Hi Hongu, Scaling shouldn't be a problem if you follow the proposed approach but if the updates are frequent then there can be issue with high latency. I am also following the same approach where the data is first updated/written to Mysql and then in MongoDB. I believe using this we can take adva