Re: Correspondance table ?

2015-04-20 Thread Bruno Mannina
Hi Jack, ok, it's not for many millions of users, just max 100 by day. it will be used on traditional "PC" and also on mobile clients. Then, I need to do test to verify the possibility. Thx Le 20/04/2015 14:20, Jack Krupansky a écrit : It depends on the specific nature of your clients. Is the

Re: Correspondance table ?

2015-04-20 Thread Jack Krupansky
It depends on the specific nature of your clients. Is they in-house users, like only dozens or hundreds, or is this a large web app with many millions of users and with mobile clients as well as traditional "PC" clients? If it feels too much to do in the client, then a middleware API service layer

Re: Correspondance table ?

2015-04-20 Thread Bruno Mannina
Hi Alex, well ok but if I have a big table ? more than 10 000 entries ? is it safe to do that client side ? note: I have one little table but I have also 2 big tables for 2 other fields Le 20/04/2015 10:57, Alexandre Rafalovitch a écrit : The best place to do so is in the client software, sinc

Re: Correspondance table ?

2015-04-20 Thread Alexandre Rafalovitch
The best place to do so is in the client software, since you are not using it for search in any way. So, wherever you get your Solr's response JSON/XML/etc, map it there. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 20 Apri

Correspondance table ?

2015-04-20 Thread Bruno Mannina
Dear Solr Users, Solr 5.0.0 I have actually around 90 000 000 docs in my solr, and I have a field with one char which represents a category. i.e: value = a, definition : nature and health etc... I have fews categories, around 15. These definition categories can changed during years. Can I use