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
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
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
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
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
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
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